Skip to content
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

Closed
ST33LDI9ITAL opened this issue Apr 23, 2023 · 4 comments · Fixed by #964
Closed

Mac ARM / AS #898

ST33LDI9ITAL opened this issue Apr 23, 2023 · 4 comments · Fixed by #964

Comments

@ST33LDI9ITAL
Copy link

Mac users shouldn't have to use Rosetta for a vscode plugin. That's ridiculous.

@thtliife
Copy link

thtliife commented May 4, 2023

@ST33LDI9ITAL... I can use it without rosetta on an m2 MacBook.
Steps to get it going:

  1. Install homebrew

  2. Install openjdk:

brew install openjdk

# get the JAVA_HOME path in your clipboard
echo $(brew --prefix openjdk)/libexec/openjdk.jdk/Contents/Home | pbcopy
  1. Add java home path to vscode settings for Xml Language server
  • Open vscode settings: + .
  • In search settings bar type: XML > Java: Home
  • Click link for Edit in settings.json
  • Paste the previously copied path for JAVA_HOME in between the empty quotes provided in the automatically inserted "xml.java.home": "" property.
  1. Restart VSCode

@fbricon
Copy link
Collaborator

fbricon commented Jan 31, 2024

@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.

@rgrunber
Copy link
Member

rgrunber commented Jan 31, 2024

@ST33LDI9ITAL
Copy link
Author

Looks good. hi5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants