Explorar el Código

Exclude uf2 files in VS Code (#18186)

Albert Y hace 2 años
padre
commit
ef0c87c976
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

@@ -6,7 +6,8 @@
     "files.exclude": {
         "**/.build": true,
         "**/*.hex": true,
-        "**/*.bin": true
+        "**/*.bin": true,
+        "**/*.uf2": true
     },
     "files.associations": {
         "*.h": "c",