-
Notifications
You must be signed in to change notification settings - Fork 1.3k
actually allow to select custom IDE image #2507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f2196b0
to
33a1bf5
Compare
@csweichel I think it would be good to add some placehoder for image, do you have something in mind which points to the pattern which shoudl be used. |
33a1bf5
to
08e403f
Compare
We could use something that looks like a docker image reference, e.g. |
We could use our theia image in the placeholder? or it is internal secret btw @JesterOrNot is already looking in to #2419 |
It's not a secret per se, but not something we'd want to surface either. Also, it depends on the deployment, i.e. is not a fixed value. |
ed2e392
to
a0cec34
Compare
a0cec34
to
7396b44
Compare
@csweichel I added the empty value validation and the placeholder. |
/werft run 👍 started the job as gitpod-build-akosyakov-staging-unable-to-select-2477.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Why Select custom IDE image is disabled for the public gitpod? What are the chances to have that enabled for the public gitpod? |
We've not made this selection public for now, because we fret it would lead to more confusion than do good. The IDE image has very particular requirements that are hard to fulfil, not intuitive and can break things in really strange ways. For example, the IDE image must be built Which use-case/IDE do you have in mind? |
I am working on integration between Emacs and gitpod see emacs-lsp/lsp-mode#2845 and
It will work fine for me if this is not public but accessible in a certain way. (e. g. uri param, env variable, etc). |
Hey @yyoncho, what you are trying to accomplish sounds pretty cool. I'm not an emacs user myself but if you are interested we could talk through your plans and see how Gitpod can support that and where we would need to change. |
@svenefftinge thank you, I scheduled a meeting on Monday. |
What it does
How to test
update d_b_user set rolesOrPermissions = '["admin","devops","ide-settings"]';