-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adopt to pre-release extension support #18144
Comments
Was going to track this in favour of #17196, but I'm going to reverse it and close it in favour of this one instead (i.e. this is already on our roadmap and planned for 😃). |
@brettcannon sorry, did not see that one! Thanks for merging them and thanks for working on this. |
I think we will also need to update what we define as an |
It's not out yet so this is expected. |
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 Python 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 Python 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 @brettcannon @sandy081
The text was updated successfully, but these errors were encountered: