Adopt pre-release extension support #8507
Labels
Feature Request
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
Refs: microsoft/vscode#15756
VS Code now supports pre-release extensions. Docs that should help: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions
I know C++ uses the setting to move users to an insiders version.
This is a bit of a special case since you do not have a separate extension so we do not support migration here. However we suggest that C++ does the following for users that have this settings set:
workbench.extensions.installExtension
and pass{ installPreReleaseVersion: true }
Let me know what you think or if I can help somehow.
fyi @bobbrow @sandy081
The text was updated successfully, but these errors were encountered: