12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "disabled",
|
|
"clangd.path": "/usr/bin/clangd",
|
|
"clangd.arguments":
|
|
[
|
|
"-log=verbose",
|
|
"-pretty",
|
|
"--background-index",
|
|
"--compile-commands-dir=${workspaceFolder}/compile_commands.json"
|
|
]
|
|
}
|