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
Is it possible to add ability to support and subscribe to multiple version/build/branch of the same extension(s)? This would allow users to opt-in and subscribe to a beta or development branch of an extension without the need to install another addon (eg Node Debug and TS and JS Grammar) or manual install an addon (eg PowerShell). My vision of this feature would allow the user to easily switch between branches from the Extension UI if the extension developer exposes the different versions via the extension manifest.
The text was updated successfully, but these errors were encountered:
Supporting beta/development versions already works today. An extension can publish a new version, indicating that it is compatible from a specific version of Code. Users would opt in only by updating Code.
This choice makes everyone's life easier. Enabling multiple versions would open the door for functionality conflicts and increased management from the user's part: both things we want to keep at a minimum.
Is it possible to add ability to support and subscribe to multiple version/build/branch of the same extension(s)? This would allow users to opt-in and subscribe to a beta or development branch of an extension without the need to install another addon (eg Node Debug and TS and JS Grammar) or manual install an addon (eg PowerShell). My vision of this feature would allow the user to easily switch between branches from the Extension UI if the extension developer exposes the different versions via the extension manifest.
The text was updated successfully, but these errors were encountered: