vscode: add conf.py path for rst extension

This adds a setting for the VS Code lextudio.restructuredtext extension
that specifices where to find conf.py
This commit is contained in:
David Lechner
2020-01-11 21:06:43 -06:00
parent 6463adab3c
commit 29b012a7d7
+2 -1
View File
@@ -2,5 +2,6 @@
"python.pythonPath": "${workspaceFolder}/.venv",
"python.linting.pycodestyleEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
"python.linting.enabled": true,
"restructuredtext.confPath": "${workspaceFolder}/doc/api"
}