File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 168
168
"group" : " gitpod@10"
169
169
},
170
170
{
171
- "command" : " gitpod.open.documentation " ,
171
+ "command" : " gitpod.open.dashboard " ,
172
172
"group" : " gitpod@20"
173
173
},
174
+ {
175
+ "command" : " gitpod.open.documentation" ,
176
+ "group" : " gitpod@30"
177
+ },
174
178
{
175
179
"command" : " gitpod.takeSnapshot" ,
176
- "group" : " gitpod@30 " ,
180
+ "group" : " gitpod@40 " ,
177
181
"when" : " gitpod.workspaceOwned == true"
178
182
},
179
183
{
180
184
"command" : " gitpod.shareWorkspace" ,
181
- "group" : " gitpod@40 " ,
185
+ "group" : " gitpod@50 " ,
182
186
"when" : " gitpod.workspaceOwned == true && gitpod.workspaceShared == false"
183
187
},
184
188
{
185
189
"command" : " gitpod.stopSharingWorkspace" ,
186
- "group" : " gitpod@40 " ,
190
+ "group" : " gitpod@50 " ,
187
191
"when" : " gitpod.workspaceOwned == true && gitpod.workspaceShared == true"
188
192
},
189
193
{
190
194
"command" : " gitpod.stop.ws" ,
191
- "group" : " gitpod@50 " ,
195
+ "group" : " gitpod@60 " ,
192
196
"when" : " gitpod.workspaceOwned == true"
193
197
},
194
198
{
195
199
"command" : " gitpod.openInStable" ,
196
- "group" : " gitpod@60 " ,
200
+ "group" : " gitpod@70 " ,
197
201
"when" : " gitpod.ideAlias == 'code-latest'"
198
202
},
199
203
{
200
204
"command" : " gitpod.openInInsiders" ,
201
- "group" : " gitpod@70 " ,
205
+ "group" : " gitpod@80 " ,
202
206
"when" : " gitpod.ideAlias == 'code-latest'"
203
207
}
204
208
],
You can’t perform that action at this time.
0 commit comments