We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adac87f commit 2a6dd4dCopy full SHA for 2a6dd4d
.vscode/settings.json
@@ -10,9 +10,13 @@
10
"commands.commands": [
11
{
12
"command": "terminals.runTerminals",
13
- "color": "#eab308",
14
- "text": "$(rocket) Start Hive $(rocket)",
+ "text": "Start Hive $(rocket)",
15
"tooltip": "Start dev environment"
+ },
16
+ {
17
+ "command": "terminals.kill",
18
+ "text": "$(stop)",
19
+ "tooltip": "Stop dev environment"
20
}
21
],
22
"files.associations": {
0 commit comments