Skip to content

Commit

Permalink
Switch VSCode launch type to newer debugpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nikobockerman committed Jul 29, 2024
1 parent 83874ca commit ce71111
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": "Problem",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/adventofcode/main.py",
"args": [
Expand Down

0 comments on commit ce71111

Please sign in to comment.