{ "version": "2.0.0", "tasks": [ { "label": "Start Arma 3 Server", "type": "process", "command": "wscript.exe", "args": [ "D:\\SteamLibrary\\steamapps\\common\\Arma 3\\start_serverhub_hidden.vbs" ], "presentation": { "reveal": "silent", "panel": "shared", "showReuseMessage": false, "clear": true }, "problemMatcher": [], "group": { "kind": "build", "isDefault": true } } ] }