We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63949f commit 61988c6Copy full SHA for 61988c6
.dap/launch.json
@@ -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