mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-06 19:43:52 -05:00
30 lines
567 B
JSON
30 lines
567 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"command": "scripts/develop",
|
|
"label": "Run Home Assistant",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "scripts/setup",
|
|
"label": "Upgrade environment",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "scripts/test",
|
|
"label": "Run tests",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"command": "scripts/lint",
|
|
"label": "Run lint checks",
|
|
"problemMatcher": [],
|
|
"type": "shell"
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
}
|