We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b74990 commit 557b9beCopy full SHA for 557b9be
aoc22.code-workspace
@@ -12,15 +12,8 @@
12
"name": "Python: Example",
13
"type": "python",
14
"request": "launch",
15
- "program": "${file}",
16
- "console": "integratedTerminal",
17
- "justMyCode": true
18
- }, {
19
- "name": "Python: Live",
20
- "type": "python",
21
- "request": "launch",
22
23
- "args": ["1/input.txt"],
+ "program": "${workspaceFolder}/run.py",
+ // "args": ["Day1/example.txt"],
24
"console": "integratedTerminal",
25
"justMyCode": true
26
}
0 commit comments