-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Tabnine vscode extension installation fails on Theia #10880
Comments
@vince-fugnitto I don't think so, the culprit seems to be this:
The extension creashes completely during its startup, since it can't resolve the |
@vince-fugnitto Digging deeper, it seems like |
@msujew it seems to be a proposed api that was recently introduced, I'd suggest that an older version of Edit: you beat me to it ;) |
So it would be a simple workaround to install on older version of Tabnine ) Probably a newbie question from my side, but does Theia allows this from UI (like e.g. VScode does https://code.visualstudio.com/updates/v1_30#_install-previous-versions)? |
I believe the extension should now work, and the ability to install different versions of a plugin exists. |
Attempt to install Tabnine plugin fails on Theia (browser version) with error:
Class extends value undefined is not a constructor or null
Reproducible on Theia versions 1.19-1.23
Also checked the configuration from #10447.
Fails the same way on my side.
package.json
The text was updated successfully, but these errors were encountered: