update coc

This commit is contained in:
Barak Michener 2020-11-03 20:52:28 +00:00
parent 4a7032aff4
commit 28a0928b83
3 changed files with 37 additions and 24 deletions

View file

@ -21,13 +21,13 @@
"directory": ".ccls-cache"
}
}
},
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
}
},
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
}
},
"python.autoComplete.extraPaths": [
"${env:SPARK_HOME}/python",
"${env:SPARK_HOME}/python/pyspark"