{
	"version": "2.0.0",
	"tasks": [
		{
			"label": "Deploy Cloud Lab",
			"type": "shell",
			"command": "powershell",
			"args": [
				"-File",
				"deploy/deploy.ps1",
				"-Action",
				"deploy"
			],
			"group": "build",
			"isBackground": false,
			"problemMatcher": [],
			"presentation": {
				"echo": true,
				"reveal": "always",
				"focus": false,
				"panel": "shared"
			},
			"options": {
				"cwd": "${workspaceFolder}"
			}
		}
	]
}