Skip to content

Commit eb74be2

Browse files
committed
Add gitpod.open.dashboard to menubar Home
1 parent 685de8e commit eb74be2

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

extensions/gitpod-web/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -168,37 +168,41 @@
168168
"group": "gitpod@10"
169169
},
170170
{
171-
"command": "gitpod.open.documentation",
171+
"command": "gitpod.open.dashboard",
172172
"group": "gitpod@20"
173173
},
174+
{
175+
"command": "gitpod.open.documentation",
176+
"group": "gitpod@30"
177+
},
174178
{
175179
"command": "gitpod.takeSnapshot",
176-
"group": "gitpod@30",
180+
"group": "gitpod@40",
177181
"when": "gitpod.workspaceOwned == true"
178182
},
179183
{
180184
"command": "gitpod.shareWorkspace",
181-
"group": "gitpod@40",
185+
"group": "gitpod@50",
182186
"when": "gitpod.workspaceOwned == true && gitpod.workspaceShared == false"
183187
},
184188
{
185189
"command": "gitpod.stopSharingWorkspace",
186-
"group": "gitpod@40",
190+
"group": "gitpod@50",
187191
"when": "gitpod.workspaceOwned == true && gitpod.workspaceShared == true"
188192
},
189193
{
190194
"command": "gitpod.stop.ws",
191-
"group": "gitpod@50",
195+
"group": "gitpod@60",
192196
"when": "gitpod.workspaceOwned == true"
193197
},
194198
{
195199
"command": "gitpod.openInStable",
196-
"group": "gitpod@60",
200+
"group": "gitpod@70",
197201
"when": "gitpod.ideAlias == 'code-latest'"
198202
},
199203
{
200204
"command": "gitpod.openInInsiders",
201-
"group": "gitpod@70",
205+
"group": "gitpod@80",
202206
"when": "gitpod.ideAlias == 'code-latest'"
203207
}
204208
],

0 commit comments

Comments
 (0)