Skip to content
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

vscode-spell-checker activating failed in vscode-server(vscode for web) #2050

Closed
fly2tomato opened this issue Jun 30, 2022 · 6 comments
Closed

Comments

@fly2tomato
Copy link

The latest vscode-server version 4.4.0 upgraded to VS Code v1.66.2. https://github.com/coder/code-server/releases
But when I installed code spell checker from the extension market in code server, the installed version v2.2.3 activating failed. The error was:
Activating extension 'streetsidesoftware.code-spell-checker' failed: The language client requires VS Code version ^1.67.0 but received version 1.66.2.

image

How can I install the right version of code spell checker for my vscode-server ?

@Jason3S
Copy link
Collaborator

Jason3S commented Jun 30, 2022

@fly2tomato,

It is very frustrating that this happened.

If it is possible, choose v2.2.1
image

See: #2013 (comment)

@Jason3S Jason3S pinned this issue Jun 30, 2022
@fly2tomato
Copy link
Author

Thanks for the advice. But I need to pre install the extension with command like this. How can I install v2.2.1 through command line?
image

@Jason3S
Copy link
Collaborator

Jason3S commented Jul 1, 2022

@fly2tomato,

Doesn't this work?:

code-server --install-extension streetsidesoftware.code-spell-checker@2.2.1

@fly2tomato
Copy link
Author

It works! Thx a lot! Hope the extension version installed in code-server market could match code-server in the future~

@Jason3S
Copy link
Collaborator

Jason3S commented Jul 1, 2022

@fly2tomato,

A few things happened:

  1. fix: Upgrade vscode-language(client/server) to v8.0.1 #1995, had the unexpected requirement of needing VS Code 1.67.0. This was not correctly reflected in the extension's manifest.
  2. It is not possible to remove extension versions from the marketplace, meaning non-upgraded versions of VS Code and Code servers would download the wrong version.
  3. coder-server release are a couple of months behind, as soon as they release a new version, the latest version of the extension should work.

@Jason3S Jason3S closed this as completed Jul 2, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants