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

Fix unresolved glob on VS Code ARM64 build for Mac (Apple Silicon) #226

Closed
wants to merge 1 commit into from
Closed

Conversation

yhatt
Copy link

@yhatt yhatt commented Dec 12, 2020

For some reason, async version of glob() is not resolved in VS Code ARM64 build for Mac (Apple Silicon).

#209 (comment)

Async version of glob is not resolved in VS Code ARM64 build for Mac (Apple Silicon).
@yhatt
Copy link
Author

yhatt commented Dec 12, 2020

I found it was already fixed the root cause atmaster branch of fast-glob. Waiting patch update of fast-glob would be better.
mrmlnc/fast-glob#296 (comment)

@yhatt
Copy link
Author

yhatt commented Dec 21, 2020

@dwkns I've already confirmed to fix not working on VS Code for Apple Silicon, and have written down details at #209 (comment).

A patch for fast-glob is not yet released so I'm just waiting acception for this workaround by Tailwind team.

@tanishqkancharla
Copy link

Sorry, I don't know how to install vscode extensions outside of the marketplace; how do I install your patched version? I tried adding it to ~/.vscode-insiders/extensions, but every time I open vscode, it just gets deleted.

@weilantian
Copy link

also using this nice plugin on my M1 MacBook, thank for the pull request. I also want to know how I can make it work on my ARM Insider version of vs code

@bradlc
Copy link
Contributor

bradlc commented Jan 8, 2021

Hey @yhatt, I went in a slightly different direction, but I really appreciate your investigation into this, thank you! ❤️

@bradlc bradlc closed this Jan 8, 2021
@yhatt yhatt deleted the patch-1 branch January 9, 2021 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants