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

Clamp VSCode download to stable release until NLS issue on Insiders is fixed #129

Conversation

mihailik
Copy link

@mihailik mihailik commented Jul 7, 2024

Currently launching VSCode leads to partial crash and unusuable state (mount issues and NLS-related logs in DevTools console).

Root cause indicated by VSCode team suggest latest changes in NLS might have affected it.

Switching from "insider" to "stable" version download fixes the problem.

This PR clamps the version to "stable" and unblocks vscode-test-web functionality again.

The intention is to figure out the necessary change either in vscode-test-web codebase, or in the VSCode itself, while the core functionality is back to working.

See microsoft/vscode#220171 for details of the issue.

@mihailik
Copy link
Author

mihailik commented Jul 7, 2024

Note that if the bug is not fixed either in this repo, or the main VSCode, it'll start breaking again when NLS changes from 1.92.0-insider hit stable (which is currently 1.91.0).

Given that 1.91.0 has literally just gone out, there's a month to fix it.

@aeschli
Copy link
Contributor

aeschli commented Aug 30, 2024

microsoft/vscode#220171 got fixed

@aeschli aeschli closed this Aug 30, 2024
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.

2 participants