Skip to content

Commit

Permalink
Merge pull request #34 from pamelafox/patch-2
Browse files Browse the repository at this point in the history
Update launch.json configuration
  • Loading branch information
shreyabatra4 authored Jun 13, 2024
2 parents ca886fa + fd600ad commit b359cf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"configurations": [
{
"name": "Attach to Python Functions",
"type": "python",
"type": "debugpy",
"request": "attach",
"port": 9091,
"connect": {
"port": 7071
},
"preLaunchTask": "func: host start"
}
]
Expand Down

0 comments on commit b359cf2

Please sign in to comment.