I would like to deploy an instance of Theia with a VS Code plugin. Following the docs here (https://github.com/theia-ide/theia/wiki/Testing-VS-Code-extensions), I can test the extension successfully, but it requires a manual step. I have created a plugins directory and put my vsix file there, but it is not being installed from Theia.
I see this works if I build Theia from sources, is it possible to get a instance of Theia + plugins without building Theia from sources?
Thanks for your help
[original thread by Dominique Rochefort]