feat(vscode): add stop hive button to status bar (#7323)

This commit is contained in:
Adam Benhassen 2025-11-27 16:32:28 +02:00 committed by GitHub
parent 7f1b837e4a
commit bda94c5754
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,9 +10,13 @@
"commands.commands": [
{
"command": "terminals.runTerminals",
"color": "#eab308",
"text": "$(rocket) Start Hive $(rocket)",
"text": "$(rocket) Start Hive",
"tooltip": "Start dev environment"
},
{
"command": "terminals.kill",
"text": "$(stop)",
"tooltip": "Stop dev environment"
}
],
"files.associations": {