Skip to content

Commit

Permalink
Updates the info related to lextudio.restructuredtext Visual Studio C…
Browse files Browse the repository at this point in the history
…ode extension
  • Loading branch information
CalinRadoni committed Mar 20, 2020
1 parent b5a8077 commit ec38af4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"restructuredtext.confPath" : "${workspaceFolder}/docs",
"restructuredtext.updateOnTextChanged": "false",
"restructuredtext.updateDelay": 1000,
"restructuredtext.sphinxBuildPath": "/usr/bin/sphinx-build"
"restructuredtext.sphinxBuildPath": "/usr/bin/sphinx-build",
"restructuredtext.linter.executablePath": "/usr/local/bin/rstcheck"
}
3 changes: 2 additions & 1 deletion docs/DevDocs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ Create :file:`.vscode/settings.json` with the following content:
"restructuredtext.confPath" : "${workspaceFolder}/docs",
"restructuredtext.updateOnTextChanged": "false",
"restructuredtext.updateDelay": 1000,
"restructuredtext.sphinxBuildPath": "/usr/bin/sphinx-build"
"restructuredtext.sphinxBuildPath": "/usr/bin/sphinx-build",
"restructuredtext.linter.executablePath": "/usr/local/bin/rstcheck"
}
Use :kbd:`Ctrl+Shift+R` for preview.
2 changes: 1 addition & 1 deletion docs/DevESP32/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The :file:`/data/Projects/pax-devices/pax-devices.code-workspace` file is:
"recommendations": [
"ms-vscode.cpptools",
"editorconfig.editorconfig",
"tht13.rst-vscode",
"lextudio.restructuredtext",
"ms-python.python",
"gruntfuggly.todo-tree"
]
Expand Down

0 comments on commit ec38af4

Please sign in to comment.