Skip to content

Commit

Permalink
chore (ide): Update vscode to use debugpy
Browse files Browse the repository at this point in the history
  • Loading branch information
agittins committed Apr 20, 2024
1 parent af534f5 commit ab95993
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"version": "0.2.0",
"configurations": [
{
// Example of attaching to local debug server
"name": "Python: Attach Local",
"type": "python",
"name": "Python Debugger: Remote Attach",
"type": "debugpy",
"request": "attach",
"port": 5678,
"host": "localhost",
"connect": {
"host": "localhost",
"port": 5678
},
"justMyCode": false,
"pathMappings": [
{
Expand Down

0 comments on commit ab95993

Please sign in to comment.