Codium plugin for sphinx got a new name

so setting path changed
This commit is contained in:
Flukx 2022-11-28 14:42:04 +01:00
parent a5545be935
commit cc840dc1a2

View file

@ -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"
}