Browse Source

Exclude uf2 files in VS Code (#18186)

pull/18192/head
Albert Y 1 year ago
committed by GitHub
parent
commit
ef0c87c976
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .vscode/settings.json

+ 2
- 1
.vscode/settings.json View File

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


Loading…
Cancel
Save