Rename preview task to run (#52857)

This commit is contained in:
Paulus Schoutsen 2021-07-11 10:14:50 -04:00 committed by GitHub
parent b484969b09
commit 2317b7343f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.vscode/tasks.json vendored
View File

@ -2,7 +2,7 @@
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
"label": "Preview", "label": "Run Home Assistant Core",
"type": "shell", "type": "shell",
"command": "hass -c ./config", "command": "hass -c ./config",
"group": { "group": {