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

Upgrade fast-glob to fix issue on Apple silicon #1550

Closed
bmewburn opened this issue Dec 15, 2020 · 3 comments
Closed

Upgrade fast-glob to fix issue on Apple silicon #1550

bmewburn opened this issue Dec 15, 2020 · 3 comments
Labels
Milestone

Comments

@bmewburn
Copy link
Owner

mrmlnc/fast-glob#296

@dotsam
Copy link

dotsam commented Dec 24, 2020

I've asked the fast-glob maintainer if they could release a new stable version with this fix, and then hopefully you could bump to that version and make a new release? Of course, this is only a workaround and will only use one thread presumably. I guess the real fix will be to get VSCode shipping with a version of node that reports os.cpus() correctly.

For now, I've worked around this by setting intelephense.runtime to a node 15 binary built through NVM, but the homebrew arm node 15 binary should work too most likely.

@shageevan
Copy link

Thank you @dotsam. Worked like a charm!

@tvhung83
Copy link

Thank you @dotsam , you're a lifesaver, I keep wondering why it works via Rosetta but not natively. I don't want to run the Rosetta version as it costs me so much (precious) RAM.

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

No branches or pull requests

4 participants