Exclude uf2 files in VS Code (#18186)

miryoku-merge-master
Albert Y 3 years ago committed by GitHub
parent efdd4f4d50
commit ef0c87c976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save