Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
Also setting Pythonpath (remember to test local pypef files and do not use pip-installed pypef for debugging)
  • Loading branch information
niklases committed Dec 10, 2023
1 parent e9b1373 commit 80c160f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"name": "Python: PyPEF Help",
"type": "python",
"request": "launch",
"env": {"PYTHONPATH": "${workspaceFolder}"},
"program": "${workspaceFolder}/pypef/main.py",
"console": "integratedTerminal",
"justMyCode": true,
Expand All @@ -19,6 +20,7 @@
"name": "Python: PyPEF MKLSTS",
"type": "python",
"request": "launch",
"env": {"PYTHONPATH": "${workspaceFolder}"},
"program": "${workspaceFolder}/pypef/main.py",
"console": "integratedTerminal",
"justMyCode": true,
Expand Down

0 comments on commit 80c160f

Please sign in to comment.