[vscode][workspace] remove build-* from the workspace
This might cause problems if trying to find config.h or whatnot, so may end up rolling it back.
This commit is contained in:
@@ -21,7 +21,8 @@
|
|||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.cache": true,
|
"**/.cache": true,
|
||||||
"**/.clangd": true
|
"**/.clangd": true,
|
||||||
|
"build-*": true,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extensions": {
|
"extensions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user