Skip to content

Commit bda94c5

Browse files
feat(vscode): add stop hive button to status bar (#7323)
1 parent 7f1b837 commit bda94c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
"commands.commands": [
1111
{
1212
"command": "terminals.runTerminals",
13-
"color": "#eab308",
14-
"text": "$(rocket) Start Hive $(rocket)",
13+
"text": "$(rocket) Start Hive",
1514
"tooltip": "Start dev environment"
15+
},
16+
{
17+
"command": "terminals.kill",
18+
"text": "$(stop)",
19+
"tooltip": "Stop dev environment"
1620
}
1721
],
1822
"files.associations": {

0 commit comments

Comments
 (0)