Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predefined Extensions in theiaPlugin are not loaded when launched in Browser, but used to work in 1.40.0 #301

Open
KarthikHebbarMN opened this issue Sep 11, 2023 · 1 comment

Comments

@KarthikHebbarMN
Copy link

I have mentioned some packages in theiaPlugins in
applications/browser/package.json

and as well as in package.json in root folder according to a change in 1.41.0

"theiaPlugins": {
    "vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.77.0/file/eclipse-theia.builtin-extension-pack-1.77.0.vsix",
    "muhammad-sammy.csharp": "custom load location/csharp-1.26.0.vsix",
    "jsw.csharpextensions":"https://open-vsx.org/api/jsw/csharpextensions/1.7.3/file/jsw.csharpextensions-1.7.3.vsix",
    "bc.portexposer":"custom load location/bcportexposer-0.0.1.vsix"
  },

These plugins were installed and loaded in the previous blueprint browser version. But in latest one it seems to not load at all and nor provide any details as to why its failing.
I am trying this inside Docker browser build.

@KarthikHebbarMN
Copy link
Author

KarthikHebbarMN commented Sep 13, 2023

This is the error thats coming up :

2023-09-13T11:34:00.801Z root ERROR TypeError: Cannot read properties of undefined (reading 'forEach')
    at ToolbarImpl.renderGroupsInColumn (http://localhost:3000/vendors-node_modules_theia_toolbar_lib_browser_toolbar-frontend-module_js.js:2168:16)

and this

 root ERROR DefaultJsonSchemaContribution.registerSchemas is taking more than 500.0 ms, new schemas are ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant