We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6782978 + 85f2064 commit ef2fb00Copy full SHA for ef2fb00
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### 2.3.0 | 2022-02-27
4
+
5
+- Automatically use the most recent version matching `engines.vscode` in extensions' package.json
6
+- Allow insiders `version`s to be specified, such as `version: "1.76.0-insider"`
7
+- Reduce the likelihood of 'broken' installations on interrupted downloads
8
+- Remove dependency on outdated `unzipper` module
9
10
### 2.2.4 | 2022-02-19
11
12
- Use existing downloads if internet is inaccessible
package.json
@@ -1,6 +1,6 @@
{
"name": "@vscode/test-electron",
- "version": "2.2.4",
+ "version": "2.3.0",
"scripts": {
"compile": "tsc -p ./",
"watch": "tsc -w -p ./",
0 commit comments