Skip to content

Commit

Permalink
vscode: Add launch configuration for debugging test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Dec 1, 2024
1 parent d1c4f1b commit d3a686e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,13 @@
"justMyCode": false,
"subProcess": true,
},
{
"name": "Python: Debug Test",
"type": "debugpy",
"request": "launch",
"purpose": ["debug-test"],
"justMyCode": false,
"subProcess": true
}
],
}

0 comments on commit d3a686e

Please sign in to comment.