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

Mitigate issue with migrating Insiders to Prerelease #8705

Merged
merged 4 commits into from
Jan 20, 2022

Conversation

Colengms
Copy link
Contributor

@Colengms Colengms commented Jan 20, 2022

Addresses: #8704
This works around microsoft/vscode#140949

When existing VS Code Insiders users were updated to 1.8.0 (insiders3) via the updateChannel mechanism, the VSIX programmatically downloaded from GitHub was not correctly identified as a Prerelease. Presumably, this means those users were not subscribed to receive further Prerelease versions.

This mitigation should take effect once those users receive a release version from the marketplace. If running VS Code Insiders and updateChannel had not been modified, they will be subscribed to Prereleases. This only occurs once, to avoid repeatedly moving the user to Prerelease in case they had manually switched to Release.

Extension/src/main.ts Outdated Show resolved Hide resolved
@sean-mcmanus
Copy link
Contributor

You might want to get another person to review this too.

Extension/src/main.ts Outdated Show resolved Hide resolved
@Colengms Colengms merged commit c694184 into main Jan 20, 2022
@Colengms Colengms deleted the dev/coleng/insiders_mitigation branch January 20, 2022 23:17
@github-actions github-actions bot locked and limited conversation to collaborators Mar 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants