You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
801 B
22 lines
801 B
{
|
|
"clangd.arguments": [
|
|
"--clang-tidy",
|
|
"--all-scopes-completion",
|
|
"--completion-parse=auto",
|
|
"--completion-style=detailed",
|
|
"--header-insertion=iwyu",
|
|
"--log=verbose",
|
|
"--j=8",
|
|
"--background-index",
|
|
"--compile-commands-dir=.vscode",
|
|
"--query-driver=E:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\Llvm\\x64\\bin\\clang*",
|
|
"--enable-config",
|
|
"--function-arg-placeholders=true",
|
|
"--header-insertion-decorators",
|
|
"--include-cleaner-stdlib",
|
|
"--pch-storage=memory",
|
|
"--pretty",
|
|
"--ranking-model=decision_forest"
|
|
],
|
|
"clangd.path": "E:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\Llvm\\x64\\bin\\clangd.exe"
|
|
}
|