Skip to content

Commit

Permalink
debugpy
Browse files Browse the repository at this point in the history
  • Loading branch information
amitfin committed Nov 1, 2024
1 parent 8aac235 commit 2b02a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "Python: Debug Tests",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"purpose": [
Expand Down

0 comments on commit 2b02a2e

Please sign in to comment.