{ "suggest.timeout": 5000, "suggest.enablePreview": true, "suggest.enablePreselect": false, "suggest.noselect": true, "diagnostic.displayByAle": false, "diagnostic.checkCurrentLine": true, "python.linting.flake8Enabled": true, "python.venvFolders": [".virtualenvs"], "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" } } } }, "python.autoComplete.extraPaths": [ "${env:SPARK_HOME}/python", "${env:SPARK_HOME}/python/pyspark" ] }