VSCode Version compatibility #1237
Closed
timstettner
started this conversation in
General
Replies: 1 comment
-
It was a mistake. The Changelog had been updated to say v1.6.0 starts to require VS Code 1.82 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I'm actually struggling with the versions of the extension and compatibility to VS Code Versions. Hope you can help.
I have a VS Code Version 1.79.2 available and wanted to extend that with the suitable version of the SAS extension. So I started to investigate, which historic version of the extension should be able to work on this VS Code. Here I looked in the package.json / engines / vscode and found out, that v1.6.0 should be compatible, as there is vscode ^1.73.0 required.
But unfortunately this does not work. The output in the console is:
The language client requires VS Code version ^1.82.0 but received version 1.79.2
How can I then find out which version of the extension is compatible to my version of VSC? Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions