Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitpod-io/gitpod-vscode-desktop
Gitpod Support for VS Code
https://github.com/gitpod-io/gitpod-vscode-desktop
Last synced: about 2 months ago
JSON representation
Gitpod Support for VS Code
- Host: GitHub
- URL: https://github.com/gitpod-io/gitpod-vscode-desktop
- Owner: gitpod-io
- License: mit
- Created: 2022-05-25T16:17:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T12:45:51.000Z (2 months ago)
- Last Synced: 2024-11-11T13:26:19.518Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 839 KB
- Stars: 27
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitpod Classic
> **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.
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.
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.
![image](https://user-images.githubusercontent.com/120486/116072013-40a8aa00-a697-11eb-846b-89e6f5e1a82e.png)
## Getting Started
You can open a Gitpod workspace with VS Code Desktop in two different ways:
- From your [user preferences](https://gitpod.io/preferences), you can select `VS Code Desktop` as your prefered IDE and you will always start your workspaces automatically with it.
- Ad hoc, from within VS Code Browser, by opening the Command Pallete (F1) and searching for Open in VS Code if you already have a running workspace already.## Settings Sync
Sync your local VS Code settings across all your Gitpod workspaces. Checkout the documentation for [how to enable it](https://www.gitpod.io/docs/ides-and-editors/settings-sync#enabling-settings-sync-in-vs-code-desktop).
## Documentation
All documentation can be found on https://www.gitpod.io/docs.
For example, see [Introduction](https://www.gitpod.io/docs) and [Getting Started](https://www.gitpod.io/docs/getting-started) sections. π## Questions
For questions and support please use the [community forum](http://community.gitpod.io) or the [community discord server](https://www.gitpod.io/chat).
Join the conversation, and connect with other community members. π¬You can also follow [`@gitpod`](https://twitter.com/gitpod) for announcements and updates from our team.
## Issues
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. πΊοΈ
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).