This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
computer_glamour
/
privatebin-mirror
réplica de
https://github.com/PrivateBin/PrivateBin
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
add workspace settings with config files treated as INI
Joe Skeen
%!s(int64=2) %!d(string=hai) anos
pai
f8c2f58604
achega
49a87c6038
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
.vscode/settings.json
+ 5
- 0
.vscode/settings.json
Ver ficheiro
@@ -0,0 +1,5 @@
+{
+ "files.associations": {
+ "**/cfg/conf*.php": "ini"
+ }
+}