From a2bbe116cb725c92bca19aa25a3a74401c02107f Mon Sep 17 00:00:00 2001 From: jjsuperpower Date: Mon, 5 Sep 2022 17:51:57 -0500 Subject: Restructuring and organizing --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode/launch.json') 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", -- cgit v1.2.3