mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-22 20:37:36 +00:00

* Adds support for VS Code Remote Development * Adds support for VS Code Remote Development
23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Generate",
|
|
"type": "shell",
|
|
"command": "bundle exec rake generate",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
},
|
|
{
|
|
"label": "Preview",
|
|
"type": "shell",
|
|
"command": "bundle exec rake preview",
|
|
"group": {
|
|
"kind": "test",
|
|
"isDefault": true,
|
|
}
|
|
}
|
|
]
|
|
} |