-
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
Mac ARM / AS #898
Comments
@ST33LDI9ITAL... I can use it without rosetta on an m2 MacBook.
brew install openjdk
# get the JAVA_HOME path in your clipboard
echo $(brew --prefix openjdk)/libexec/openjdk.jdk/Contents/Home | pbcopy
|
@datho7561 @rgrunber Github actions now provide M1 runners https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/, we should be able to generate the LemMinX binary for ARM-based macs. |
Could someone verify that https://github.com/rgrunber/vscode-xml/releases/download/0.26.1/vscode-xml-darwin-arm64-0.26.1-693.vsix (test build I made at https://github.com/rgrunber/vscode-xml/releases/tag/0.26.1) works as expected without Rosetta ? |
Looks good. hi5 |
Mac users shouldn't have to use Rosetta for a vscode plugin. That's ridiculous.
The text was updated successfully, but these errors were encountered: