소스 검색

Update settings.json

Basti Tee 3 년 전
부모
커밋
aba306c6cb
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .vscode/settings.json

+ 5 - 0
.vscode/settings.json

@@ -1,6 +1,11 @@
 {
     "python.pythonPath": ".venv/bin/python",
     // PEP8 settings (https://www.python.org/dev/peps/pep-0008/)
+    "python.analysis.extraPaths": [
+        "my_module",
+        "tests",
+        ".venv/bin/python"
+    ],
     "editor.tabSize": 4,
     "editor.insertSpaces": true,
     "editor.wordWrapColumn": 80,