lardon3d/.pi/pi-lsp.json
2026-08-24 14:44:29 +02:00

20 lines
278 B
JSON

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