This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
computer_glamour
/
privatebin-mirror
espejo de
https://github.com/PrivateBin/PrivateBin
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
add workspace settings with config files treated as INI
Joe Skeen
hace 2 años
padre
f8c2f58604
commit
49a87c6038
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
.vscode/settings.json
+ 5
- 0
.vscode/settings.json
Ver fichero
@@ -0,0 +1,5 @@
+{
+ "files.associations": {
+ "**/cfg/conf*.php": "ini"
+ }
+}