first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "disabled",
|
||||
"clangd.path": "/usr/bin/clangd",
|
||||
"clangd.arguments":
|
||||
[
|
||||
"-log=verbose",
|
||||
"-pretty",
|
||||
"--background-index",
|
||||
"--compile-commands-dir=${workspaceFolder}/compile_commands.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user