{
	"skipErrorMessage": true,
	"commands": [
		{
			"text": "Test Localizer",
			"color": "yellow",
			"commandType": "script",
			"command": "test",
			"priority": 1
		},
		{
			"text": "Deploy Localizer",
			"color": "lightgreen",
			"commandType": "script",
			"command": "deploy",
			"priority": 2
		}
	]
}