Skip to content

Commit

Permalink
feat: add Python Debugger for current file
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Nov 10, 2024
1 parent 4031afa commit 1443f3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"args": ["run", "--source=lattebot", "launcher.py"],
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/.env"
},
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}

0 comments on commit 1443f3f

Please sign in to comment.