8 lines
194 B
JSON
8 lines
194 B
JSON
"languageserver": {
|
|
"clangd": {
|
|
"command": "clangd",
|
|
"rootPatterns": ["compile_flags.txt", "compile_commands.json"],
|
|
"filetypes": ["c", "cc", "cpp", "c++", "objc", "objcpp"]
|
|
}
|
|
}
|