-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Twinny Extension crashing on VsCodium and VSCode #319
Comments
I have also tried it on VSCode (installed from within the app) but I got the same behaviour. |
I'm getting the same crash on Ubuntu 22.04, |
This is strange. I tested latest version Ubuntu 22.04 also no issues. Any indication of what the problem is? Potential console errors etc? Many thanks. |
I've been looking through all the logs set to trace (Extension Host, Window, Extension Worker, etc) and I didn't see anything relevant. I'm a backend dev, but if you have specific steps I can try to debug. Here's the console log: |
Hi @shockme how can I pull those logs? So I can also add mine. |
@rjmacarthy, I've What's very interesting is that there's an |
@tatojunior |
That version mismatch was a red herring. I've restarted VSCodium and now there's
when I enable the Twinny extension. Notice how the version is now the correct one, but it still crashes. |
I can reproduce the|a crash with the Continue.dev extension:
It seems to be related to the |
I can confirm I have the same type of crash with Continue. |
Is the lancedb library requiring AVX2 instructions? I've only got AVX.
|
I believe this is caused by lancedb/lance#2195 lancedb/lancedb#1437. |
Hi in case it helps, I tried to install different versions of Twinny. 3.14.2 3.13.0 But then I tried 3.12.0 and I got no error. |
Describe the bug
I am on VsCodium 1.93 on Ubuntu 24.04. I have downloaded the twinny extension from https://open-vsx.org/extension/rjmacarthy/twinny/3.17.6
After installing it, the extension started crashing, with VsCodium suggesting a extension bisect and the Python language interpreter returning a 'python.setInterpreter not found' error.
To Reproduce
Installed VsCodium.
Installed Twinny extension from https://open-vsx.org/extension/rjmacarthy/twinny/3.17.6
Expected behavior
Extension to run smoothly.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: