diff --git a/.vscode/launch.json b/.vscode/launch.json index 59c84fe..470297c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,6 +8,7 @@ "program": "${workspaceFolder}/basic/${input:basic_agent}", "args": [ "--gameId", "${input:gameId}", + "--test", "${input:test}", ], "console": "integratedTerminal", "env": { @@ -106,6 +107,17 @@ "kof98umh", ], }, + { + "id": "test", + "type": "pickString", + "description": "Test:", + "default": "0", + "options": [ + { "label": "True", "value": "1" }, + { "label": "False", "value": "0" }, + + ], + }, { "id": "basic_agent", "type": "pickString",