Tame clangd
Stop it from running on all CPUs; Tell it not to index/build the build dirs
This commit is contained in:
Vendored
+5
@@ -107,5 +107,10 @@
|
||||
"${workspaceFolder}/b/include",
|
||||
"/usr/include",
|
||||
"/usr/local/include"
|
||||
],
|
||||
"clangd.arguments": [
|
||||
"--enable-config",
|
||||
"-j=1",
|
||||
"--compile-commands-dir=${workspaceFolder}/build-agent"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user