Skip to content

Commit

Permalink
Update launch.json to use debugpy instead of python type
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Apr 14, 2024
1 parent c4b173e commit 037da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"configurations": [
{
"name": "Python: Module",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "systembridgebackend",
"preLaunchTask": "pip install",
Expand Down

0 comments on commit 037da31

Please sign in to comment.