Преглед изворни кода

Exclude uf2 files in VS Code (#18186)

Albert Y пре 2 година
родитељ
комит
ef0c87c976
1 измењених фајлова са 2 додато и 1 уклоњено
  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",