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
You can create a Pre-Release package using --pre-release flag.
vsce publish --pre-release
How to operate when there are available Release and Pre-Release extensions
According to the guideline,
VS Code will auto update extensions to the highest version available, so even if a user opted into a pre-release version, once there is an extension released with a high version, that user will be updated to the released version.
Marketplace Extension behavior
Pre-knowledge
VSCode Extension has two release types:
You can create a Pre-Release package using
--pre-release
flag.How to operate when there are available Release and Pre-Release extensions
According to the guideline,
Cases
Switch to Pre-Release Version
iconSwitch to Release Version
iconRelated issue: #1473
The text was updated successfully, but these errors were encountered: