[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:
Travis Geiselbrecht
2025-07-09 22:01:04 -07:00
parent 22fee46d6d
commit f70a9031ac

View File

@@ -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": {