How to determine vscode_spell_checker version to use with older versions of VSCode? #5023
-
|
Hello, if I have an older version of VSCode offline and I want to download the VSIX for the correct version of this extension how would I determine the matching semver? For the latest version I get "Error: Unable to install extension... as it is not compatible with VS Code 1.99.3" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Good question. Looks like a compatibility table would be useful. Looks like v4.2.6 should work for you. Here is the release v4.2.6. You can download the .vsix from there if you like or from the VSCode Marketplace. |
Beta Was this translation helpful? Give feedback.
Good question.
Looks like a compatibility table would be useful.
I found the version by looking at the tags and the
package.jsonfile underengines.vscode:https://github.com/streetsidesoftware/vscode-spell-checker/blob/v4.2.6/package.json
Looks like v4.2.6 should work for you.
Here is the release v4.2.6. You can download the .vsix from there if you like or from the VSCode Marketplace.