-
I created a hello-world theia extension using
yo
generator -
Then,
cd browser-app
and run usingyarn start .
ortheia start .
Now I tried to do theia start --plugins=local-dir:…/plugins
where …/plugins
folder contain the .vsix files
Any idea how to do this or what might I be doing incorrectly ?
[original thread by Soumesh Banerjee]