From 18ebf33e2c901a7f0489976c6ca80f4d528b9540 Mon Sep 17 00:00:00 2001 From: Jaby Date: Tue, 12 Aug 2025 21:57:16 +0200 Subject: [PATCH] Add clangd support to 'Support' --- support/src/SupportLibrary.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/src/SupportLibrary.code-workspace b/support/src/SupportLibrary.code-workspace index 1c8ddf84..ed9bb77a 100644 --- a/support/src/SupportLibrary.code-workspace +++ b/support/src/SupportLibrary.code-workspace @@ -19,7 +19,7 @@ { "label": "make", "type": "shell", - "command": "../../scripts/podman_jaby_engine.sh ${workspaceFolder}/..:src/FontWriter make ${input:target} BUILD_PROFILE=${input:build cfg}", + "command": "../../scripts/podman_jaby_engine.sh ${workspaceFolder}/..:src/FontWriter bear --output ${workspaceFolder}/../compile_commands.json -- make ${input:target} BUILD_PROFILE=${input:build cfg}", "group": "build" } ],