Migrate development VSIX extensions to extensions.json
struanb opened this issue · 1 comments
struanb commented
VSIX extensions, useful for development of Dockside, no longer need to be embedded in the Dockside image (which currently doubles as a development image), as they can be cited in extensions.json
instead (assuming they exist on the Open VSX registry used by Theia).
Theia will offer to install any extensions cited in <workspace>/.vscode/extensions.json
when it starts.