mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
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:
Vendored
+2
-1
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user