Skip to content

Commit 6c70518

Browse files
committed
incremental
1 parent 2e50f0f commit 6c70518

2 files changed

Lines changed: 605 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
// A launch configuration that compiles the extension and then opens it inside a new window
22
{
33
"version": "0.1.0",
4-
"configurations": [{
4+
"configurations": [
5+
{
6+
"name": "Python",
7+
"type": "python",
8+
"request": "launch",
9+
"stopOnEntry": true,
10+
"pythonPath": "${python.pythonPath}",
11+
"program": "${file}",
12+
"cwd": "${workspaceRoot}",
13+
"env": {},
14+
"envFile": "${workspaceRoot}/.env",
15+
"debugOptions": [
16+
"WaitOnAbnormalExit",
17+
"WaitOnNormalExit",
18+
"RedirectOutput"
19+
]
20+
},
21+
{
522
"name": "Launch Extension",
623
"type": "extensionHost",
724
"request": "launch",

0 commit comments

Comments
 (0)