From da27c0a296763aa7db90d75cce36d11cb290b30d Mon Sep 17 00:00:00 2001 From: Adam Benhassen Date: Wed, 26 Nov 2025 06:40:43 +0100 Subject: [PATCH] feat(vscode): add Stop Hive button to status bar --- .vscode/settings.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7ca1f1f4b0b..54017f31478 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": {