Added clangd path to the VS Code workspace
This commit is contained in:
parent
4da7ac5d07
commit
6950bad61d
@ -97,5 +97,8 @@
|
||||
"files.watcherExclude": {
|
||||
"**/build/**": true,
|
||||
},
|
||||
"clangd.arguments": [
|
||||
"--compile-commands-dir=${workspaceFolder}/build"
|
||||
],
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user