Skip to content

Commit

Permalink
Update launch config to use debugpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Dec 10, 2024
1 parent 8edeb26 commit 99dc765
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 @@ -6,7 +6,7 @@
"configurations": [
{
"name": "tap-f1",
"type": "python",
"type": "debugpy",
"request": "launch",
"cwd": "${workspaceFolder}",
"program": "tap_f1",
Expand Down

0 comments on commit 99dc765

Please sign in to comment.