-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
Bug Description:
Currently dev containers are started without the built-in plugins of the "parent" application (e.g. Theia IDE).
This leads to the application behaving differently than outside of the dev container, for example the syntax highlighting is missing.
I do not think, that the creator of the devcontainer.json file should be responsible for specifying the built-in plugins, as one would expect that they are "part of the application".
Steps to Reproduce:
- Open a dev container
- Observe that there are no built-in plugins displayed in the extension view
- Check that plugins are not installed (e.g. settings page, no syntax highlighting, etc..)
Additional Information
- Operating System: Ubuntu 22.04
- Theia Version: Theia IDE 1.53.100