20 lines
278 B
JSON
20 lines
278 B
JSON
{
|
|
"clangd": {
|
|
"command": [
|
|
"clangd",
|
|
"--background-index",
|
|
"--clang-tidy"
|
|
],
|
|
"extensions": [
|
|
".c",
|
|
".h",
|
|
".cc",
|
|
".cpp",
|
|
".cxx",
|
|
".hh",
|
|
".hpp",
|
|
".hxx"
|
|
],
|
|
"pullDiagnosticsGraceMs": 5000
|
|
}
|
|
}
|