Adopt to pre-release extension support
See original GitHub issueRefs: https://github.com/microsoft/vscode/issues/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:
- Show a modal dialog or notification to user where she can confirm the transition
- Once user confirms, execute the command
workbench.extensions.installExtension
and pass{ installPreReleaseVersion: true }
- Deprecate the setting
Let me know what you think or if I can help somehow.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Extensions — The Swift Programming Language (Swift 5.7)
An extension can extend an existing type to make it adopt one or more protocols. ... to provide basic support for working with...
Read more >How to install and manage Azure CLI extensions
With extensions, you gain access to experimental and pre-release commands along with the ability to write your own CLI interfaces. This article ...
Read more >Packaging and distributing projects
The most common format is reStructuredText with an “rst” extension, ... In particular, ensure # that you indicate whether you support Python 2,...
Read more >Latest News - Apple Developer
Adopt multiuser support to make it easier for people to enjoy your Apple TV app ... Clarifying criteria & new timing extension for...
Read more >Pre-Release and Aftercare Services - Jail - Allegheny County
The HOPE Aftercare program provides individuals with a variety of services and programs to help them successfully re-enter the community, reconnect with family, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@brettcannon sorry, did not see that one! Thanks for merging them and thanks for working on this.
It’s not out yet so this is expected.