소스 검색

enable supportRestructuredText in VSCode workspace

Falko Schindler 6 달 전
부모
커밋
ad5df3ccdd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"