|
1 | 1 | # Gitpod Classic Remote
|
2 | 2 |
|
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). |
4 | 4 |
|
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. |
6 | 6 |
|
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). |
8 | 8 |
|
9 |
| - |
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. |
0 commit comments