We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08bef0 commit cf88e7cCopy full SHA for cf88e7c
1 file changed
.vscode/launch.json
@@ -1,20 +1,6 @@
1
{
2
"version": "0.2.0",
3
"configurations": [
4
- {
5
- "name": "Python",
6
- "type": "python",
7
- "request": "launch",
8
- "stopOnEntry": true,
9
- "pythonPath": "${config:python.pythonPath}",
10
- "program": "${file}",
11
- "cwd": "${workspaceRoot}",
12
- "env": {},
13
- "envFile": "${workspaceRoot}/.env",
14
- "debugOptions": [
15
- "RedirectOutput"
16
- ]
17
- },
18
19
"name": "Current TS Tests File",
20
"type": "node",
0 commit comments