-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: automatically use vscode version matching engine
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
- Loading branch information
1 parent
a08ae56
commit 121fe1f
Showing
5 changed files
with
256 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.