Skip to content

Commit ebacde0

Browse files
committed
initial changes
1 parent 156368a commit ebacde0

5 files changed

Lines changed: 533 additions & 386 deletions

File tree

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@
4040
"sourceMaps": true,
4141
"outDir": "${workspaceRoot}/out/test",
4242
"preLaunchTask": "npm"
43+
},
44+
{
45+
"name": "Python",
46+
"type": "python",
47+
"request": "launch",
48+
"stopOnEntry": true,
49+
"pythonPath": "python",
50+
"program": "${file}",
51+
"console": "integratedTerminal",
52+
"args": [
53+
],
54+
"debugOptions": [
55+
"WaitOnAbnormalExit",
56+
"WaitOnNormalExit",
57+
"RedirectOutput"
58+
]
4359
}
4460
]
4561
}

0 commit comments

Comments
 (0)