-
-
Notifications
You must be signed in to change notification settings - Fork 192
VS Code: After installation, diag showed on first token #718
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
Comments
I couldn't reproduce the issue on VS Code 1.66.0 or 1.67.2 on Linux x86_64. |
I think this is a minimal repro (different error): qljs-repro.mp4
I used
|
I can repro on Windows with VS Code 1.67.2 (x64) using @SidneyNemzer's method. |
I tracked it down to a call to |
The xmm1 register ( I think the fix is to save xmm1 and other volatile SSE and AVX registers before calling |
Patching dlltool fixed the issue. I emailed my tentative patch to upstream. We still need to apply a workaround in quick-lint-js, since we won't get a newer dlltool for a while. |
Fixed in commit 40d1291. |
https://clips.twitch.tv/SparklingDignifiedCougarResidentSleeper-RHRLrGb3lgZtUhVu
The text was updated successfully, but these errors were encountered: