We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ce861 commit a2b564cCopy full SHA for a2b564c
.vscode/launch.json
@@ -0,0 +1,26 @@
1
+{
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "Browse Lite: Attach",
9
+ "type": "browse-lite",
10
+ "request": "attach"
11
+ },
12
13
+ "name": "Python Debugger: Current File",
14
+ "type": "debugpy",
15
+ "request": "launch",
16
+ "program": "${file}",
17
+ "console": "integratedTerminal"
18
19
20
+ "name": "Browse Lite: Launch",
21
22
23
+ "url": "http://localhost:3000"
24
+ }
25
+ ]
26
+}
0 commit comments