Allow configuring used IDE Image per workspace #2977
Labels
component: ide
meta: stale
This issue/PR is stale and will be closed soon
priority: 💪 stretch goal
This issue is a stretch goal within an iteration.
Currently, in closed beta we allow users to provide a docker image, containing the IDE to run in their workspaces.
This currently can be set on the user settings and would effect all workspaces a user starts.
It might be useful to decide this on a per-repository basis, so that the whole team would get the correct IDE when starting and don't need to maintain or change the IDE setting globally.
To support that we should add a property to the
.gitpod.yml
where an image can be specified.This setting should have precedence over user-setting level information. We can come up with a solution to disable this precedence once people ask for it with compelling use cases. Until then creating a branch where the property is removed from the
.gitpod.yml
should be a working (though inconvenient) workaround.The text was updated successfully, but these errors were encountered: