Skip to content

Commit 557b9be

Browse files
committed
Updated debugger to always run run.py
1 parent 2b74990 commit 557b9be

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

aoc22.code-workspace

+2-9
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,8 @@
1212
"name": "Python: Example",
1313
"type": "python",
1414
"request": "launch",
15-
"program": "${file}",
16-
"console": "integratedTerminal",
17-
"justMyCode": true
18-
}, {
19-
"name": "Python: Live",
20-
"type": "python",
21-
"request": "launch",
22-
"program": "${file}",
23-
"args": ["1/input.txt"],
15+
"program": "${workspaceFolder}/run.py",
16+
// "args": ["Day1/example.txt"],
2417
"console": "integratedTerminal",
2518
"justMyCode": true
2619
}

0 commit comments

Comments
 (0)