coc-setup

This commit is contained in:
Barak Michener 2019-11-27 14:34:27 -08:00
parent a3274d364e
commit 6ff20d3983
2 changed files with 31 additions and 6 deletions

View file

@ -1,8 +1,10 @@
{
"suggest.timeout": 5000,
"suggest.enablePreview": true,
"diagnostic.displayByAle": true,
"diagnostic.displayByAle": false,
"diagnostic.checkCurrentLine": true,
"python.linting.flake8Enabled": true,
"python.venvFolders": [".virtualenvs"],
"python.jediEnabled": true,
"python.autoComplete.addBrackets": false,
"languageserver": {
@ -16,5 +18,9 @@
}
}
}
}
},
"python.autoComplete.extraPaths": [
"${env:SPARK_HOME}/python",
"${env:SPARK_HOME}/python/pyspark"
]
}