-
Notifications
You must be signed in to change notification settings - Fork 144
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
Please support publishing pre-releases #386
Comments
To clarify: what's the difference to the |
@spoenemann I think the preview flag means that the entire extension should be considered as "in preview" (for example, eamodio.gitlens-insiders versus eamodio.gitlens), but the |
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 |
Just to add to what @filiptronicek already said.
Original issue microsoft/vscode#15756 |
Also note that the new |
Here is official announcement with detail explanation on new option: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions |
Please support publishing pre-releases #386
When 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:
--pre-release
The text was updated successfully, but these errors were encountered: