This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
SunnyMirror
/
netron
espejo de
https://github.com/lutzroeder/netron.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Exclude third_party in vscode
Lutz Roeder
hace 8 años
padre
46c8bad50f
commit
26ea890985
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.exclude": {
+ "third_party": true
+ }
+}