Browse Source

enable supportRestructuredText in VSCode workspace

Falko Schindler 6 months ago
parent
commit
ad5df3ccdd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nicegui.code-workspace

+ 1 - 0
nicegui.code-workspace

@@ -5,6 +5,7 @@
     }
   ],
   "settings": {
+    "python.analysis.supportRestructuredText": true,
     "ruff.enable": true,
     "files.associations": {
       "*.html": "jinja-html"