Exclude uf2 files in VS Code (#18186)

This commit is contained in:
Albert Y 2022-08-29 00:59:07 +08:00 committed by GitHub
parent efdd4f4d50
commit ef0c87c976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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