Skip to content

Commit c04aec6

Browse files
committed
Add view with Gitpod Flex instructions
1 parent 2bd32f8 commit c04aec6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,11 @@
379379
"name": "Workspace",
380380
"icon": "$(squirrel)",
381381
"when": "false"
382+
},
383+
{
384+
"id": "gitpod-flex-help",
385+
"name": "Help",
386+
"icon": "$(squirrel)"
382387
}
383388
]
384389
},
@@ -387,6 +392,10 @@
387392
"view": "gitpod-login",
388393
"when": "gitpod.authenticated != true && !gitpod.inGitpodFlexRemoteWindow",
389394
"contents": "You have not yet signed in with Gitpod\n[Sign in](command:gitpod.signIn)"
395+
},
396+
{
397+
"view": "gitpod-flex-help",
398+
"contents": "Connecting to Gitpod Flex environments requires installing the [Gitpod Flex extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-flex) and opening them through the [Gitpod Flex](https://app.gitpod.io/). This view is only to manage [Gitpod Classic](https://gitpod.io/workspaces) workspaces."
390399
}
391400
]
392401
},

0 commit comments

Comments
 (0)