blob: 0dcf3438e2a006a3fe887435c4836224a9c515d5 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"languageserver": {
"clangd": {
"command": "clangd",
"rootPatterns": ["compile_flags.txt", "compile_commands.json"],
"filetypes": ["c", "cc", "cpp", "c++", "objc", "objcpp"]
}
}
}
|