summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 306f58e..a11dc8b 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -7,6 +7,7 @@
{
"name": "Python: Current File",
"type": "python",
+ "env": {"PYTHONPATH": "${workspaceFolder}"},
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",