From f70a9031ace6f4e988a74386a482bdd68060538c Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Wed, 9 Jul 2025 22:01:04 -0700 Subject: [PATCH] [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. --- lk.code-workspace | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lk.code-workspace b/lk.code-workspace index 37515b32..20a92182 100644 --- a/lk.code-workspace +++ b/lk.code-workspace @@ -21,7 +21,8 @@ "editor.tabSize": 4, "files.exclude": { "**/.cache": true, - "**/.clangd": true + "**/.clangd": true, + "build-*": true, } }, "extensions": {