{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "Build Plugin", "command": "rojo build --output GenerateApiDump.rbxm", "group": "build" }, { "type": "shell", "label": "Build and Test Plugin", "command": "powershell -ExecutionPolicy ByPass -File DeployToStudio.ps1", "dependsOn": ["Build Plugin"], "group": { "kind": "build", "isDefault": true } } ] }