add workspace

This commit is contained in:
Qubot 2023-08-08 10:50:40 +08:00
parent 6bd7ac0786
commit 0449cc254a
2 changed files with 26 additions and 3 deletions

21
.vscode/settings.json vendored
View File

@ -1,5 +1,20 @@
{
"[*.inc]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
"files.exclude": {
"**/node_modules": true,
"**/.git": true,
"**/.DS_Store": true,
"**/*.meta": true,
"library/": true,
"local/": true,
"temp/": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"build/": true,
"temp/": true,
"library/": true,
"**/*.anim": true,
"config/boards/*": true
}
}
}

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}