mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-21 19:09:25 +00:00
Exclude uf2 files in VS Code (#18186)
This commit is contained in:
parent
efdd4f4d50
commit
ef0c87c976
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -6,7 +6,8 @@
|
|||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.build": true,
|
"**/.build": true,
|
||||||
"**/*.hex": true,
|
"**/*.hex": true,
|
||||||
"**/*.bin": true
|
"**/*.bin": true,
|
||||||
|
"**/*.uf2": true
|
||||||
},
|
},
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.h": "c",
|
"*.h": "c",
|
||||||
|
Loading…
Reference in New Issue
Block a user