-
Notifications
You must be signed in to change notification settings - Fork 82
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
Alpine support #986
Comments
is there a released version of the vscode extension that use the compiled lemminx with that property? |
No there is not. We can't release 2 linux versions to the marketplace. |
At first we had the static flag to support #457 . Then we realized in #597 (comment) that the flag broke for all other linux distros. However, I just had a look at my old comment at #597 (comment) . VS Code does support But yeah, it adds yet another part to the build+release process. |
something like this #989 ? |
Alpine extension is now available in the VS Code Marketplace as a pre-release As well as https://github.com/redhat-developer/vscode-xml/releases/tag/latest |
as eclipse/lemminx readme says:
is it possible to add an alpine build with the
-Dgraalvm.static=--static
?The text was updated successfully, but these errors were encountered: