14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"languageserver": {
|
|
"cquery": {
|
|
"command": "cquery",
|
|
"args": ["--log-file=/tmp/cq.log"],
|
|
"filetypes": ["c", "cpp"],
|
|
"rootPatterns": ["compile_flags.txt", "compile_commands.json", ".vim/", ".git/", ".hg/"],
|
|
"initializationOptions": {
|
|
"cacheDirectory": "/tmp/cquery"
|
|
}
|
|
}
|
|
}
|
|
}
|