Skip to content

Commit 61988c6

Browse files
committed
add launch.json
1 parent c63949f commit 61988c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.dap/launch.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "python",
6+
"request": "launch",
7+
"program": "${workspaceFolder}/main.py"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)