-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Svelte Extension crashing on startup of VSCode (insiders / macOS 11.2 / M1) #794
Comments
Can you try setting the svelte.language-server.runtime? This would use your own version of node instead of the bundled version of vscode. If that doesn't work maybe you can try to install the latest version of the node. I suspect it's sourcemap or some other native library not compatible with the combination of node and macOS. |
Hi, that worked, setting it to current node lts version I have installed stopped the issue from happening. |
Possible causes: nodejs/node#37061 , microsoft/vscode#115646 |
Current LTS version. So not arm based. Still running through Rosetta I guess.
…On Feb 4, 2021, 00:16 -0500, Lyu, Wei-Da ***@***.***>, wrote:
Reading through the comments of the node thread got me curious about what version of node did you got it working.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Wading through the issues above: This seems to be an upstream bug with V8 on ARM under macOS. Rosetta2 is a viable workaround, either by running an Intel build of VSCode and using its built-in runtime, or using an ARM version of VSCode and pointing |
This may have been fixed, the vs code issue was closed. Could someone try again with the latest insiders release? |
Yep - i'm trying but still error... on Vscode-Insiders & VScode tooo... now testing VScodium |
This is successfully working for me on the latest VSCode Insiders build, specifically: Version: 1.54.0-insider |
Yep! Working now ))) |
Closing as I think the upstream issues are resolved. If there are still problems feel free to comment. |
Describe the bug
Upon starting vscode the error 'The svelte server crashed 5 times in the last 3 minutes..."
Stack trace at bottom.
To Reproduce
Steps to reproduce the behavior:
Unknown I only have one system to try it on, but version numbers:
Svelte for VS Code 104.2.1
Visual Studio Code - Insiders: Version: 1.53.0-insider
Expected behavior
Extension to start without erroring
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: