24 lines
324 B
JSON
24 lines
324 B
JSON
{
|
|
"languageserver": {
|
|
"ccls": {
|
|
"command": "ccls",
|
|
"filetypes": [
|
|
"c",
|
|
"cpp"
|
|
],
|
|
"rootPatterns": [
|
|
".ccls",
|
|
".git/",
|
|
".hg/",
|
|
".vim/",
|
|
"compile_commands.json"
|
|
],
|
|
"initializationOptions":{
|
|
"cache": {
|
|
"directory": "/tmp/ccls"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tsserver.log": "off"
|
|
}
|