explicitly specify path to python for coc, enable autoImportCompletions
This commit is contained in:
2
.envrc
2
.envrc
@@ -7,4 +7,6 @@ watch_file pyproject.toml
|
|||||||
watch_file poetry.lock
|
watch_file poetry.lock
|
||||||
watch_file shell.nix
|
watch_file shell.nix
|
||||||
|
|
||||||
|
set POETRY_VIRTUALENVS_IN_PROJECT
|
||||||
|
|
||||||
unset PS1
|
unset PS1
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"python.analysis.openFilesOnly": false,
|
"python.analysis.autoImportCompletions": true,
|
||||||
"python.linting.pylintEnabled": false,
|
"python.linting.pylintEnabled": false,
|
||||||
"python.linting.flake8Enabled": true,
|
"python.linting.flake8Enabled": true,
|
||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
"python.linting.mypyEnabled": true,
|
"python.linting.mypyEnabled": true,
|
||||||
"python.formatting.provider": "black"
|
"python.formatting.provider": "black",
|
||||||
|
"python.pythonPath": "/home/sumner/projects/sublime-music/sublime-music/.venv/bin/python"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user