You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you can create a pre-release package using vsce by passing --pre-release flag
vsce package --pre-release
and upload the generated vsix to Marketplace. Pre-release properties are part of the extension vsix manifest which gets uploaded to Marketplace. Hence VS Code will identify that as a pre-release version.
Testing #138068
https://code.visualstudio.com/api/working-with-extensions/publishing-extension#publish-an-extension describes how a manual upload of a VSIX created by
vsce package
is an alternative to uploading it through thevsce publish
command.As I understand #138068, the flag specified on
vsce publish
is what makes the VSIX a pre-release:vsce publish --pre-release
Can I use the manual upload route to get a pre-release VSIX into Marketplace? If so, how?
Perhaps related to #138271 from @weinand
The text was updated successfully, but these errors were encountered: