Closed
Description
What is your suggestion?
Add logic to the entrypoint to load user provided entrypoint scripts.
Why do you want this feature?
This would allow for us to setup the workspace beyond the base image without maintaining individual images per purpose.
For example, we could call to install a language or runtime dependency, or even install code-server plugins.
Are there any workarounds to get this functionality today?
Manually run the scripts via the code-server terminal.
Are you interested in submitting a PR for this?
Possibly.