After upgrading from Theia 1.23 to Theia 1.57, VSCode plugins aren't loading anymore #14770
-
ProblemI am getting the following error on Theia startup:
I am launching Theia with the Theia CLI specifying a custom folder where my plugins (VSIX) packages are located.
I am not sure what it means Do I need to unzip the plugin in the folder Context informationI am on MacOS, Node 20.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @drochgenius, we disabled support for builtins via |
Beta Was this translation helpful? Give feedback.
Hey @drochgenius,
we disabled support for builtins via
.vsix
back in #13435 (v1.49.0) to fix #13222 where builtins were showing up as user-installed plugins. As the warning suggests, please unpack the plugins to make them work as expected. You can just unzip the.vsix
files.