Theia plugin are not loading properly in Theia IDE #14805
Unanswered
BenjaminScholtens
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am generating a .theia plugin via the
yo @theia/plugin
command. I then put the .theia file in the plugins folder of the Theia IDE. When I build the Theia IDE with the commandyarn && yarn build:dev && yarn download:plugins && yarn --cwd applications/browser start
The vscode plugins defined in the package.json get downloaded and extracted but the .theia file stays as a .theia file.Beta Was this translation helpful? Give feedback.
All reactions