Skip to content
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

Opt in to pre-release versions when installing an extension with installPreReleaseVersion flag #139528

Closed
sandy081 opened this issue Dec 20, 2021 · 5 comments
Assignees
Labels
extensions Issues concerning extensions feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@sandy081
Copy link
Member

When installing an extension using the command workbench.extensions.installExtension by passing the installPreReleaseVersion 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 });

@sandy081 sandy081 added feature-request Request for new features or functionality extensions Issues concerning extensions labels Dec 20, 2021
@sandy081 sandy081 added this to the January 2022 milestone Dec 20, 2021
@sandy081 sandy081 self-assigned this Dec 20, 2021
@isidorn
Copy link
Contributor

isidorn commented Jan 3, 2022

fyi @Colengms so you get pinged when we tackle this. Thanks

@rchiodo
Copy link
Contributor

rchiodo commented Jan 7, 2022

Adding myself so I get pinged when this is fixed too.

@sandy081 sandy081 added verification-needed Verification of issue is requested and removed unreleased Patch has not yet been released in VS Code Insiders labels Jan 14, 2022
@Colengms
Copy link
Contributor

@sandy081 Could you confirm that users will also be opted in to pre-release versions when a prerelease VSIX is manually installed?

@sandy081
Copy link
Member Author

sandy081 commented Jan 22, 2022

Yes, but only if the version of the VSIX is a pre-release version published to Marketplace - because VS Code can only get the info from Marketplace but not from the VSIX.

@rchiodo rchiodo added the verified Verification succeeded label Jan 26, 2022
@rchiodo
Copy link
Contributor

rchiodo commented Jan 26, 2022

/verified using the jupyter extension.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
extensions Issues concerning extensions feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants
@isidorn @sandy081 @rchiodo @Colengms and others