summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-09-05 17:51:57 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-09-05 17:51:57 -0500
commita2bbe116cb725c92bca19aa25a3a74401c02107f (patch)
treefb0a4787771926f4fbc0194d29995b7948fcc5c5 /.vscode/launch.json
parentcb5f2d9b12358a943943ed0ce29b3f700db0ba06 (diff)
Restructuring and organizing
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",