Skip to content

Commit

Permalink
Don't specify default
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Oct 4, 2024
1 parent 83e6947 commit c2a16f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
"name": "PowerShell: Launch Current File",
"type": "PowerShell",
"request": "launch",
"script": "${file}",
"cwd": "${cwd}"
"script": "${file}"
},
{
//? https://github.com/microsoft/vscode-python-debugger/issues/335
Expand Down

0 comments on commit c2a16f5

Please sign in to comment.