Add clangd support to 'Support'

This commit is contained in:
2025-08-12 21:57:16 +02:00
parent d8065f6266
commit 18ebf33e2c

View File

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