Skip to content

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

Closed
Oyami-Srk opened this issue Oct 6, 2021 · 9 comments
Labels
extension The issue needs to be fixed in the extension

Comments

@Oyami-Srk
Copy link

Oyami-Srk commented Oct 6, 2021

OS/Web Information

  • Web Browser: Chrome 94.0.4606.54
  • Local OS: Arch Linux 5.14.8-arch1-1
  • Remote OS: Arch Linux 5.14.8-arch1-1
  • Remote Architecture: x86_64
  • code-server --version: 3.12.0 4cd55f9

Steps to Reproduce

  1. Clean Install code-server (or remove ~/.local/share/code-server/extensions/vscodevim.vim-1.21.8)
  2. Install VscodeVim Plugin from extension page on web browser.
  3. Report an error "Can't install 'vscodevim.vim' extension because it is not compatible with the current version of VS Code (version 1.60.0)."

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:

Installing extensions...
Installing extension 'vscodevim.vim'...
Extension 'vscodevim.vim' v1.21.8 was successfully installed.

It may be a frontend mistake.

@Oyami-Srk Oyami-Srk changed the title Freshly install Vim plugin on 3.12.0 report an incompatible error but could be installed on 3.11.1 Install Vim plugin on 3.12.0 GUI report an incompatible error but could be installed on CLI or 3.11.1 Oct 6, 2021
@jsjoeio
Copy link
Contributor

jsjoeio commented Oct 6, 2021

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!

@jsjoeio jsjoeio added the needs-investigation This issue needs to be further investigated label Oct 6, 2021
@jimzenn
Copy link

jimzenn commented Oct 10, 2021

I am seeing the same issue. Can confirm that it cannot be install via GUI but can be installed via CLI.

@code-asher
Copy link
Member

Might get resolved with #4319

@tidux
Copy link

tidux commented Oct 25, 2021

Installing from VSIX works fine so it's definitely in the marketplace handler.

@jsjoeio jsjoeio added extension The issue needs to be fixed in the extension and removed needs-investigation This issue needs to be further investigated labels Oct 28, 2021
@stale
Copy link

stale bot commented Apr 27, 2022

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.

@stale stale bot added the stale label Apr 27, 2022
@tidux
Copy link

tidux commented Apr 28, 2022

bump

@stale stale bot removed the stale label Apr 28, 2022
@jsjoeio
Copy link
Contributor

jsjoeio commented Apr 28, 2022

@tidux does this happen on the latest version? I'm using the Vim plugin just fine

@tidux
Copy link

tidux commented Apr 28, 2022

This actually does work on the latest version now that I tried with a fresh install.

@jsjoeio
Copy link
Contributor

jsjoeio commented Apr 28, 2022

Hooray! Gonna close for now.

@jsjoeio jsjoeio closed this as completed Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension The issue needs to be fixed in the extension
Projects
None yet
Development

No branches or pull requests

5 participants