We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be9d6a commit 861f046Copy full SHA for 861f046
.vscode/launch.json
@@ -9,7 +9,7 @@
9
"type": "debugpy",
10
"request": "launch",
11
"program": "src/aoe_rec_tools.py",
12
- "args": ["-i", "test/recs/1v1_default.aoe2record", "--debug"],
+ "args": ["-i", "test/files/1v1_default.aoe2record", "--debug"],
13
"cwd": "${workspaceFolder}",
14
"console": "integratedTerminal"
15
}
0 commit comments