32 lines
529 B
JSON
32 lines
529 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run Date Wizard",
|
|
"type": "shell",
|
|
"command": "go",
|
|
"args": [
|
|
"run",
|
|
"."
|
|
],
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"group": "build",
|
|
"statusbar": {
|
|
"hide": false,
|
|
"label": "Run Date Wizard",
|
|
"icon": {
|
|
"id": "play"
|
|
},
|
|
"color": "#6dff72",
|
|
"detail": "Running Date Wizard",
|
|
"running": {
|
|
"icon": {
|
|
"id": "gear~spin"
|
|
},
|
|
"backgroundColor": "statusBarItem.warningBackground"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |