sphinx vscode support

dev
Andy Meneely 2023-04-02 18:59:15 -04:00
parent ed87b47a1e
commit ffc2c5071b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"restructuredtext.confPath": "${workspaceFolder}\\docs", "restructuredtext.confPath": "${workspaceFolder}\\docs",
"restructuredtext.linter.disabled": true "restructuredtext.linter.disabled": true,
"esbonio.sphinx.confDir": "${workspaceFolder}\\docs"
} }