Skip to content

Commit

Permalink
Merge pull request #96 from bento-platform/chore/update-vscode-debugp…
Browse files Browse the repository at this point in the history
…y-json

chore: update VS code debugpy launch.json
  • Loading branch information
davidlougheed authored Mar 20, 2024
2 parents a15c6c7 + 9232de2 commit 16abcd4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"configurations": [
{
"name": "Python: Attach Debugger (Bento)",
"type": "python",
"type": "debugpy",
"request": "attach",
"port": 5682,
"host": "0.0.0.0"
"connect": {
"host": "0.0.0.0",
"port": 5682
}
}
]
}

0 comments on commit 16abcd4

Please sign in to comment.