You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -382,8 +382,9 @@
382
382
},
383
383
{
384
384
"id": "gitpod-flex-help",
385
-
"name": "Help",
386
-
"icon": "$(squirrel)"
385
+
"name": "Looking for Gitpod Flex?",
386
+
"icon": "$(squirrel)",
387
+
"when": "gitpod.host === 'https://gitpod.io'"
387
388
}
388
389
]
389
390
},
@@ -395,7 +396,7 @@
395
396
},
396
397
{
397
398
"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."
399
+
"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/).\nThis view is only to manage [Gitpod Classic](https://gitpod.io/workspaces) workspaces."
0 commit comments