Skip to content

Commit 0c9f6e7

Browse files
committed
Mostra la versione di HA nel Devcontainer
1 parent 433d107 commit 0c9f6e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/tasks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"command": "pkill hass ; .devcontainer/scripts/develop",
2020
"problemMatcher": []
2121
},
22+
{
23+
"label": "Show Home Assistant version",
24+
"type": "shell",
25+
"command": "clear ; echo -e \"The installed Home Assistant version is $(hass --version).\\n\"",
26+
"problemMatcher": []
27+
},
2228
{
2329
"label": "Clear Home Assistant config",
2430
"type": "shell",

0 commit comments

Comments
 (0)