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