{ "version": "0.2.0", "configurations": [ { "name": "Mod SDK Example", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "${workspaceRoot}/engine/bin/OpenRA.dll", "windows": { "program": "${workspaceRoot}/engine/bin/OpenRA.exe", }, "args": [ "Engine.EngineDir=${workspaceRoot}/engine", "Engine.ModSearchPaths=${workspaceRoot}/mods", "Game.Mod=example", "Debug.DisplayDeveloperSettings=true", ] }, ] }