Implement mitigation to migrate Insiders users #8704
Labels
fixed
Check the Milestone for the release in which the fix is or will be available.
internal
Used to opt-out an issue from having GitHub actions applied to it
Language Service
Milestone
The following issue will cause some users who were Insiders to not be migrated to the new Prerelease system correctly: microsoft/vscode#140949 This issue repro'ed for users who got updated to 1.8.0 (insiders3) via the
updateChannel
mechanism. (Due to the extension programmatically installing the new VSIX).Once the VS Code issue is fixed, we should ship a release version with additional code to migrate users to the Prerelease system if their
updateChannel
was set toInsiders
or if running a VS Code Insiders build and theupdateChannel
was unset (default would have been to use cpptools Insiders).The text was updated successfully, but these errors were encountered: