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" } ],