|
3 | 3 | "displayName": "Gitpod",
|
4 | 4 | "description": "Gitpod Support",
|
5 | 5 | "publisher": "gitpod",
|
6 |
| - "version": "0.0.172", |
| 6 | + "version": "0.0.173", |
7 | 7 | "license": "MIT",
|
8 | 8 | "icon": "resources/gitpod.png",
|
9 | 9 | "repository": {
|
|
270 | 270 | ],
|
271 | 271 | "commandPalette": [
|
272 | 272 | {
|
273 |
| - "command": "gitpod.workspaces.refresh", |
274 |
| - "when": "false" |
| 273 | + "command": "gitpod.signIn", |
| 274 | + "when": "!gitpod.inGpNextRemoteWindow" |
| 275 | + }, |
| 276 | + { |
| 277 | + "command": "gitpod.exportLogs", |
| 278 | + "when": "!gitpod.inGpNextRemoteWindow" |
275 | 279 | },
|
276 | 280 | {
|
277 | 281 | "command": "gitpod.workspaces.refresh",
|
278 |
| - "when": "gitpod.authenticated == true" |
| 282 | + "when": "gitpod.authenticated == true && !gitpod.inGpNextRemoteWindow" |
279 | 283 | },
|
280 | 284 | {
|
281 | 285 | "command": "gitpod.workspaces.connectInNewWindow",
|
282 |
| - "when": "gitpod.authenticated == true" |
| 286 | + "when": "gitpod.authenticated == true && !gitpod.inGpNextRemoteWindow" |
283 | 287 | },
|
284 | 288 | {
|
285 | 289 | "command": "gitpod.workspaces.connectInNewWindow_context",
|
286 | 290 | "when": "false"
|
287 | 291 | },
|
288 | 292 | {
|
289 | 293 | "command": "gitpod.workspaces.connectInCurrentWindow",
|
290 |
| - "when": "gitpod.authenticated == true" |
| 294 | + "when": "gitpod.authenticated == true && !gitpod.inGpNextRemoteWindow" |
291 | 295 | },
|
292 | 296 | {
|
293 | 297 | "command": "gitpod.workspaces.connectInCurrentWindow_context",
|
|
307 | 311 | },
|
308 | 312 | {
|
309 | 313 | "command": "gitpod.workspaces.stopWorkspace",
|
310 |
| - "when": "gitpod.authenticated == true && gitpod.inWorkspace != true" |
| 314 | + "when": "gitpod.authenticated == true && gitpod.inWorkspace != true && !gitpod.inGpNextRemoteWindow" |
311 | 315 | },
|
312 | 316 | {
|
313 | 317 | "command": "gitpod.workspaces.stopWorkspace_context",
|
|
335 | 339 | },
|
336 | 340 | {
|
337 | 341 | "command": "gitpod.workspaces.deleteWorkspace",
|
338 |
| - "when": "gitpod.authenticated == true && gitpod.inWorkspace != true" |
| 342 | + "when": "gitpod.authenticated == true && gitpod.inWorkspace != true && !gitpod.inGpNextRemoteWindow" |
339 | 343 | },
|
340 | 344 | {
|
341 | 345 | "command": "gitpod.workspaces.deleteWorkspace_context",
|
|
362 | 366 | "id": "gitpod-login",
|
363 | 367 | "name": "Login",
|
364 | 368 | "icon": "$(squirrel)",
|
365 |
| - "when": "gitpod.authenticated != true" |
| 369 | + "when": "gitpod.authenticated != true && !gitpod.inGpNextRemoteWindow" |
366 | 370 | },
|
367 | 371 | {
|
368 | 372 | "id": "gitpod-workspaces",
|
369 | 373 | "name": "Workspaces",
|
370 | 374 | "icon": "$(squirrel)",
|
371 |
| - "when": "gitpod.authenticated == true" |
| 375 | + "when": "gitpod.authenticated == true && !gitpod.inGpNextRemoteWindow" |
372 | 376 | },
|
373 | 377 | {
|
374 | 378 | "id": "gitpod-workspace",
|
|
381 | 385 | "viewsWelcome": [
|
382 | 386 | {
|
383 | 387 | "view": "gitpod-login",
|
384 |
| - "when": "gitpod.authenticated != true", |
| 388 | + "when": "gitpod.authenticated != true && !gitpod.inGpNextRemoteWindow", |
385 | 389 | "contents": "You have not yet signed in with Gitpod\n[Sign in](command:gitpod.signIn)"
|
386 | 390 | }
|
387 | 391 | ]
|
|
0 commit comments