Skip to content

Commit

Permalink
Merge pull request #10 from nikobockerman:new-vscode-launch-type
Browse files Browse the repository at this point in the history
Switch VSCode launch type to newer debugpy
  • Loading branch information
nikobockerman authored Jul 29, 2024
2 parents 83874ca + ce71111 commit 3400bf5
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 3400bf5

Please sign in to comment.