-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Elm Extension won't start because it requires VSCode 1.42 #7243
Comments
@JesterOrNot you can specify a For the moment I think we can hold-off creating issues for each extension we encounter which requires the newer API as it will become noisy and instead work towards supporting the new API. |
We should bump up VSCODE_API_VERSION. It's again After that we should test elm for unsupported API.
that's not necessary unrelated, monaco-languageclient upgrade is needed only for language support via Theia extensions |
Yes, just checked that they are using progress enhancements from new It is already supported by us. |
@JesterOrNot it can be bumped up here:
|
On it! |
Vetur is also affected, v0.24.0 doesn't work without VS Code API v1.42.x |
@sh7dm Could you send a PR bumping up the version and check whether vetur works with it? |
Of course 🤠 ! |
@akosyakov that works, I'll submit a PR. |
Description
Language server fails to start due to an outdated version of VSCode
Reproduction Steps
Open https://gitpod.io/#https://github.com/jesterornot/gitpod-elm/tree/bug
The relevant extension is https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode
OS and Theia version:
Gitpod
Diagnostics:
The text was updated successfully, but these errors were encountered: