-
Notifications
You must be signed in to change notification settings - Fork 35
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
Launching vscode with some default extensions installed #424
Conversation
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-424-amd64 |
Signed-off-by: vitaliy-guliy <[email protected]>
Signed-off-by: vitaliy-guliy <[email protected]>
Signed-off-by: vitaliy-guliy <[email protected]>
Signed-off-by: vitaliy-guliy <[email protected]>
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-424-amd64 |
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-424-amd64 |
Signed-off-by: vitaliy-guliy <[email protected]>
Signed-off-by: vitaliy-guliy <[email protected]>
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-424-amd64 |
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-424-amd64 |
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-424-amd64 |
Signed-off-by: vitaliy-guliy <[email protected]>
Signed-off-by: vitaliy-guliy <[email protected]>
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-424-amd64 |
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-424-amd64 |
Build 3.18 :: code_3.x/1492: Console, Changes, Git Data |
What does this PR do?
Allows to start the editor with some default extensions.
The idea is to upload the extension binary to the container (using a post start command for instance) and then define
DEFAULT_EXTENSIONS
environment variable to allow the editor use the extension on the startup.What issues does this PR fix?
https://issues.redhat.com/browse/CRW-7246
How to test this PR?
once workspace started, ensure no extensions are installed (except built-in)
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebase
were added to the .rebase folder