-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Install Vim plugin on 3.12.0 GUI report an incompatible error but could be installed on CLI or 3.11.1 #4313
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
Comments
Hmm...this looks oddly similar to this issue. I think we have a bug in the VS Code + extension version compatibility check. I thought it was only with the CLI but this looks like the opposite - with the UI. Thanks for filing! |
I am seeing the same issue. Can confirm that it cannot be install via GUI but can be installed via CLI. |
Might get resolved with #4319 |
Installing from VSIX works fine so it's definitely in the marketplace handler. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
bump |
@tidux does this happen on the latest version? I'm using the Vim plugin just fine |
This actually does work on the latest version now that I tried with a fresh install. |
Hooray! Gonna close for now. |
OS/Web Information
code-server --version
: 3.12.0 4cd55f9Steps to Reproduce
~/.local/share/code-server/extensions/vscodevim.vim-1.21.8
)Expected
Extension installed like previous version.
Actual
Fake alert of incompatible version.
Logs
Just an alert without any log even in verbose mode.
Screenshot
Notes
This issue can be reproduced in VS Code: No
Note: It could be installed if I downgrade code-server to 3.11.1 and fully operational after I upgrade to 3.12.0, so I think it just a fake alert.
Add Note: I tried
code-server --install-extension vscodevim.vim
and it perfectly work:It may be a frontend mistake.
The text was updated successfully, but these errors were encountered: