From 2d23d76e89268cb9235e039df4116d80ff1fcb50 Mon Sep 17 00:00:00 2001 From: penev92 Date: Tue, 21 Mar 2023 17:44:27 +0200 Subject: [PATCH] Change default utility command for VSCode launch --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 533932d..8e4482f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,7 @@ "type": "coreclr", "request": "launch", "program": "${workspaceRoot}/engine/bin/OpenRA.Utility.dll", - "args": ["example", "--docs", "{DEV_VERSION}"], + "args": ["example", "--check-yaml"], "env": { "ENGINE_DIR": "${workspaceRoot}/engine", "MOD_SEARCH_PATHS": "${workspaceRoot}/mods, ${workspaceRoot}/engine/mods"