Skip to content

Commit 81d7d19

Browse files
committed
chore: simplified launch script
1 parent 1335572 commit 81d7d19

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.vscode/launch.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
"name": "Python",
55
"type": "python",
66
"request": "launch",
7-
"python": "${command:python.interpreterPath}",
87
"program": "${file}",
9-
"debugOptions": [
10-
"RedirectOutput"
11-
],
128
"env": {
139
"PYTHONPATH": "${workspaceRoot}/src:{env.PYTHONPATH}"
1410
}

0 commit comments

Comments
 (0)