mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
feat(vscode): add stop hive button to status bar (#7323)
This commit is contained in:
parent
7f1b837e4a
commit
bda94c5754
1 changed files with 6 additions and 2 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue