Please support publishing pre-releases
See original GitHub issueWhen publishing to the Microsoft Marketplace, you can specify --pre-release
, so that the extension appears as a “pre-release” in the Marketplace, and VS Code users will not automatically upgrade to that version (unless the user explicitly requested pre-releases).
Would this be something that OpenVSX could support as well?
Expected:
- Ability to publish a new vsix with
--pre-release
- https://open-vsx.org website and API showing the new vsix as “pre-release”
- Editors like VS Codium and Gitpod will only automatically upgrade extensions to “stable” versions (unless the user specifies they do want “pre-releases”)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Support for pre-release · Issue #510 · googleapis/release-please
Have a (documented) way to configure release-please so that it knows that I am publishing a pre-release. It could be as simple as...
Read more >Prerelease Book Publishing - Lisa Shea
Prerelease Book Publishing. Benefits and Issues. What is prereleasing your book all about? What are the benefits and issues of setting up a...
Read more >Publishing packages - Dart
What files are published? Platform support; Uploaders; Locating the package publisher; Publishing prereleases; Publishing previews; Retracting a package version.
Read more >Publishing pre-release Windows 10 feature updates to WSUS
By empowering you to effectively manage pre-release builds of upcoming feature updates, our goal is to help you accelerate your organizations ...
Read more >How can I avoid prerelease versions in Flutter? - Stack Overflow
Please be sure to answer the question. Provide details and share your research! ... Asking for help, clarification, or responding to other answers ......
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
Ok, then we’ve been using this flag in a wrong way in Open VSX. Whoever works on this issue should correct the usage of
preview
as well.Just to add to what @filiptronicek already said. From the description of
preview
flag in vscode source codepreview: 'Sets the extension to be flagged as a Preview in the Marketplace.'
so the only thing it does is show the preview badge in the marketplace. Also from this comment https://github.com/microsoft/vscode/issues/15756#issuecomment-440804527Original issue https://github.com/microsoft/vscode/issues/15756