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

feat: automatically use vscode version matching engine #202

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

connor4312
Copy link
Member

Automatically use the latest version of VS Code that satisfies all constraints in engines.vscode in package.json. (But only use Insiders if no stable build satisfies the constraints.)

This also lets users pass X.Y.Z-insider to runTests, where previously it was only possible to request the latest Insiders version.

Fixes #176

Automatically use the latest version of VS Code that satisfies all
constraints in `engines.vscode` in `package.json`. (But only use
Insiders if no stable build satisfies the constraints.)

This also lets users pass `X.Y.Z-insider` to runTests, where previously
it was only possible to request the latest Insiders version.

Fixes #176
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Be able to grab an insiders build based on the specified version (if appropriate)
2 participants