Skip to content

Commit

Permalink
Exclude uf2 files in VS Code (#18186)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper committed Aug 28, 2022
1 parent efdd4f4 commit ef0c87c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"files.exclude": {
"**/.build": true,
"**/*.hex": true,
"**/*.bin": true
"**/*.bin": true,
"**/*.uf2": true
},
"files.associations": {
"*.h": "c",
Expand Down

0 comments on commit ef0c87c

Please sign in to comment.