Browse Source

Fix: 增加pythonpath

dk 1 year ago
parent
commit
56712d347d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vscode/launch.json

+ 1 - 0
.vscode/launch.json

@@ -21,6 +21,7 @@
             "purpose": ["debug-test"],
             "console": "integratedTerminal",
             "cwd": "${workspaceFolder}/backend",
+            "env": {"PYTHONPATH": "${workspaceFolder}/backend"},
             "justMyCode": false,
         }
     ]