Closed
Description
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
- Clean Install code-server (or remove
~/.local/share/code-server/extensions/vscodevim.vim-1.21.8
) - Install VscodeVim Plugin from extension page on web browser.
- 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.