Codium plugin for sphinx got a new name
so setting path changed
This commit is contained in:
parent
a5545be935
commit
cc840dc1a2
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -3,5 +3,6 @@
|
|||
"python.linting.pylintEnabled": true,
|
||||
"restructuredtext.confPath": "${workspaceFolder}/docs",
|
||||
"restructuredtext.preview.docutil.disabled": true,
|
||||
"python.pythonPath": "/home/felix/.conda/envs/moneyusage/bin/python"
|
||||
"python.pythonPath": "/home/felix/.conda/envs/moneyusage/bin/python",
|
||||
"esbonio.sphinx.confDir": "${workspaceFolder}/docs"
|
||||
}
|
Loading…
Reference in a new issue