8 lines
240 B
JSON
8 lines
240 B
JSON
{
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=${workspaceFolder}/.vscode",
|
|
"--completion-style=detailed",
|
|
"--query-driver=/usr/bin/g++,/usr/bin/gcc,/usr/bin/c++",
|
|
"--header-insertion=never"
|
|
],
|
|
} |