Skip to content

Commit cf88e7c

Browse files
committed
remove broken path
1 parent c08bef0 commit cf88e7c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.vscode/launch.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
{
22
"version": "0.2.0",
33
"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-
},
184
{
195
"name": "Current TS Tests File",
206
"type": "node",

0 commit comments

Comments
 (0)