Skip to content

Commit d53a550

Browse files
Update README and package description for Gitpod Classic extension clarity (#24)
* Update README and package description for Gitpod Classic extension clarity * address review comments
1 parent 95b6977 commit d53a550

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

gitpod-remote/README.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,9 @@
11
# Gitpod Classic Remote
22

3-
> **Note**: If you’re looking for the [Gitpod Flex](https://app.gitpod.io) experience, please install the [Gitpod Flex extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-flex). For [Gitpod Classic](https://gitpod.io/workspaces) workspaces, this is the extension you need.
3+
> **Note**: If you’re looking for the [Gitpod Flex](https://app.gitpod.io) experience, please install the [Gitpod Flex extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-flex).
44
5-
Gitpod is an open-source Kubernetes application for automated and ready-to-code development environments that blends in your existing workflow. It enables you to describe your dev environment as code and start instant and fresh development environments for each new task directly from your browser.
5+
This extension is automatically installed in [Gitpod Classic workspaces](https://gitpod.io/workspaces). It is required to provision extension, task terminals, etc.
66

7-
Tightly integrated with GitLab, GitHub, and Bitbucket, Gitpod automatically and continuously prebuilds dev environments for all your branches. As a result, team members can instantly start coding with fresh, ephemeral and fully-compiled dev environments - no matter if you are building a new feature, want to fix a bug or do a code review.
7+
If you need Gitpod Classic workspaces, you should use the [Gitpod Classic extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-desktop).
88

9-
![image](https://user-images.githubusercontent.com/120486/116072013-40a8aa00-a697-11eb-846b-89e6f5e1a82e.png)
10-
11-
## Getting Started
12-
13-
[Start a new Gitpod workspace](https://www.gitpod.io/docs/getting-started) and use F1 -> `Open in VS Code` command to connect to it from VS Code Desktop.
14-
15-
## Documentation
16-
17-
All documentation can be found on https://www.gitpod.io/docs.
18-
For example, see [Introduction](https://www.gitpod.io/docs) and [Getting Started](https://www.gitpod.io/docs/getting-started) sections. 📚
19-
20-
## Questions
21-
22-
For questions and support please use the [community forum](http://community.gitpod.io) or the [community discord server](https://www.gitpod.io/chat).
23-
Join the conversation, and connect with other community members. 💬
24-
25-
You can also follow [`@gitpod`](https://twitter.com/gitpod) for announcements and updates from our team.
26-
27-
## Issues
28-
29-
The issue tracker is used for tracking **bug reports** and **feature requests** for the Gitpod open source project as well as planning current and future development efforts. 🗺️
30-
31-
You can upvote [popular feature requests](https://github.com/gitpod-io/gitpod/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) or [create a new one](https://github.com/gitpod-io/gitpod/issues/new?template=feature_request.md).
9+
This extension is automatically installed by [Gitpod Classic extension](https://marketplace.visualstudio.com/items?itemName=gitpod.gitpod-desktop) inside workspaces in order to provision extensions, task terminals, etc. You should not install this extension manually.

gitpod-remote/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"displayName": "Gitpod Remote",
3-
"description": "Gitpod Remote Support",
3+
"description": "Auto-installed within Classic workspaces, required to provision extensions, task terminals, etc.",
44
"openDashboard": "Gitpod: Open Dashboard",
55
"openAccessControl": "Gitpod: Open Access Control",
66
"openSettings": "Gitpod: Open Settings",

0 commit comments

Comments
 (0)