Skip to content

Commit

Permalink
switch to new debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
notionparallax committed Apr 2, 2024
1 parent d245c6d commit 90fc170
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
"type": "debugpy",
}

0 comments on commit 90fc170

Please sign in to comment.