Skip to content

Commit ef0c87c

Browse files
authored
Exclude uf2 files in VS Code (#18186)
1 parent efdd4f4 commit ef0c87c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"files.exclude": {
77
"**/.build": true,
88
"**/*.hex": true,
9-
"**/*.bin": true
9+
"**/*.bin": true,
10+
"**/*.uf2": true
1011
},
1112
"files.associations": {
1213
"*.h": "c",

0 commit comments

Comments
 (0)