Skip to content

Commit 09fa819

Browse files
committed
install it
1 parent 94bfee6 commit 09fa819

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.vscode/launch.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
9+
{
10+
"type": "idl",
11+
"name": "Launch IDL",
12+
"request": "launch"
13+
},
14+
{
15+
"name": "Python Debugger: Current File",
16+
"type": "debugpy",
17+
"request": "launch",
18+
"program": "${file}",
19+
"console": "integratedTerminal"
20+
},
21+
22+
{
23+
"type": "idl",
24+
"name": "Launch IDL",
25+
"request": "launch"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)