Added clangd path to the VS Code workspace

This commit is contained in:
Alex Duchesne 2025-05-22 15:54:22 -04:00
parent 4da7ac5d07
commit 6950bad61d

View File

@ -97,5 +97,8 @@
"files.watcherExclude": {
"**/build/**": true,
},
"clangd.arguments": [
"--compile-commands-dir=${workspaceFolder}/build"
],
}
}