Browse Source

Exclude uf2 files in VS Code (#18186)

Albert Y 2 năm trước cách đây
mục cha
commit
ef0c87c976
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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",