-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to define runtime configuration for editors/plugins in Che 7? #13157
Comments
Unfortunately, we can't override it at the moment. See #12981 where we discuss a possibility to override RAM limit. And my comment to make it also possible to override all the other parts in the same way as mem limit. |
@makandre can you provide a description of your use case? What do you need the env variables for? I think it's a good point but I am wondering why we haven't considered that before. |
My specific use case was I was creating my own welcome page plugin for the Che Theia editor, but the default Che welcome page was still showing up. So I asked in eclipse-che/che-theia#95 if there was some way to disable/hide/exclude the default welcome plugin, and one of the suggestion was I could set some env variable. Hence I wanted to see how I can pass the variable to the editor I asked the question more generally for editor and plugins because I'm thinking there may be similar use cases. |
@makandre that's a good question and thanks for asking. Your use case is a valid one and we will need to implement a way to set env variables for sidecars in the workspace definition. Probably we won't be able to include it in Che 7 GA. Of course there are at least a couple of workaround you could use now (create your own image |
@l0rd I also came across this issue https://github.com/eclipse/che-theia/issues/159 which seems related. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Description
How do you define runtime env-vars, configuration and/or preferences to be passed to editor/plugins that are started via workspace configuration attributes? i.e.
Reproduction Steps
OS and version:
Diagnostics:
The text was updated successfully, but these errors were encountered: