Skip to content

Commit 861f046

Browse files
committed
Update launch config for new file locations
1 parent 1be9d6a commit 861f046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "debugpy",
1010
"request": "launch",
1111
"program": "src/aoe_rec_tools.py",
12-
"args": ["-i", "test/recs/1v1_default.aoe2record", "--debug"],
12+
"args": ["-i", "test/files/1v1_default.aoe2record", "--debug"],
1313
"cwd": "${workspaceFolder}",
1414
"console": "integratedTerminal"
1515
}

0 commit comments

Comments
 (0)