20 lines
576 B
JSON
20 lines
576 B
JSON
{
|
|
"suggest.timeout": 5000,
|
|
"suggest.enablePreview": true,
|
|
"diagnostic.displayByAle": true,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.jediEnabled": true,
|
|
"python.autoComplete.addBrackets": false,
|
|
"languageserver": {
|
|
"ccls": {
|
|
"command": "ccls",
|
|
"filetypes": ["c", "cc", "cpp", "cuda", "objc", "objcpp"],
|
|
"rootPatterns": [".ccls", "compile_commands.json", ".vim/", ".git/", ".hg/"],
|
|
"initializationOptions": {
|
|
"cache": {
|
|
"directory": ".ccls-cache"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|