Skip to content

Commit a0d1682

Browse files
authored
+ launch.json
1 parent 1343de5 commit a0d1682

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Attach to Python Functions",
6+
"type": "debugpy",
7+
"request": "attach",
8+
"connect": {
9+
"host": "localhost",
10+
"port": 9091
11+
},
12+
"preLaunchTask": "func: host start"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)