Opt in to pre-release versions when installing an extension with installPreReleaseVersion
flag
#139528
Labels
extensions
Issues concerning extensions
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
When installing an extension using the command
workbench.extensions.installExtension
by passing theinstallPreReleaseVersion
flag should opt into pre-release even if the latest version of the extension is not a pre-release.vscode.commands.executeCommand("workbench.extensions.installExtension", "github.vscode-pull-request-github", { installPreReleaseVersion: true });
The text was updated successfully, but these errors were encountered: