gitpod
                                
                                 gitpod copied to clipboard
                                
                                    gitpod copied to clipboard
                            
                            
                            
                        The developer platform for on-demand cloud development environments to create software faster and more securely.
Since we now have the foundation in place to install a custom IDE in Gitpod using a Docker Image, It would be great to have a an example and docs...
We currently have access to workspaces via SSH, however adding Vim would make it a first-class citizen as part of the Gitpod experience. Alongside this we should consider what we...
## About this Issue On projects using custom workspace images either through `image` key in the configuration file or through their configured custom workspace Dockerfile, when Gitpod first found a...
## Problem The image builder can only reference one secret object, and though that object can list 20 repositories in it and their corresponding credentials, we have no facility to...
Similar to [start-tasks](https://www.gitpod.io/docs/config-start-tasks) I propose adding `end-tasks`. `End-tasks` will get triggered and run when a workspace gets stopped (timeout) ## Why it's necessary: * In a "regular" (non-gitpod) setup on...
Early Gitpod users were given the option of storing their config in https://github.com/gitpod-io/definitely-gp/ instead of in their own repo. This feature is not documented anymore. Workspaces start by looking for...
## Context We now offer a new option: Local SSH to access your workspaces with VS Code Desktop. This method leverages the stored Gitpod session in VS Code Desktop for...
### Summary Migrate supervisor from Server to Public API. ### Context **Why we chose to migrate Supervisor to the new Public API?** In order to validate Public API we started...
Currently, we defined `before` as > `before`: Use this for tasks that need to run before `init` and before `command`. For example, customize the terminal or install global project dependencies....
Running Gitpod with an HTTPS proxy is not officially supported yet. - [x] #12835 - [x] #12820 - [x] Add config option to the Installer - [x] Add KOTS configuration...