Skip to content

Commit 01ad55f

Browse files
authored
Bump version of VSCode used in tests (#911)
1 parent 42067c8 commit 01ad55f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/semver": "^7.3.8",
9797
"@types/string-similarity": "^4.0.0",
9898
"@types/uuid": "^8.3.1",
99-
"@types/vscode": "^1.52.0",
99+
"@types/vscode": "^1.77.0",
100100
"@types/webpack": "^4.41.26",
101101
"axios": "^0.21.1",
102102
"blueimp-md5": "^2.18.0",
@@ -136,7 +136,7 @@
136136
"webpack-filter-warnings-plugin": "^1.2.1"
137137
},
138138
"engines": {
139-
"vscode": "^1.52.0"
139+
"vscode": "^1.77.3"
140140
},
141141
"categories": [
142142
"Other"

test/e2e/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function main() {
3434
await runTests({
3535
extensionDevelopmentPath,
3636
extensionTestsPath,
37-
version: '1.52.0',
37+
version: '1.77.3',
3838
launchArgs: [fixtureTargetPath, '--disable-extensions'],
3939
})
4040

test/fixture-scripts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function run() {
7474
let vscodeExecutablePath: string
7575

7676
async function prepareVSCode() {
77-
vscodeExecutablePath = await downloadAndUnzipVSCode('1.52.0')
77+
vscodeExecutablePath = await downloadAndUnzipVSCode('1.77.3')
7878
const cliPath = resolveCliPathFromVSCodeExecutablePath(vscodeExecutablePath)
7979

8080
spawnSync(cliPath, ['--install-extension', 'vue.volar'], {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,10 +1293,10 @@
12931293
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.1.tgz#1a32969cf8f0364b3d8c8af9cc3555b7805df14f"
12941294
integrity sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==
12951295

1296-
"@types/vscode@^1.52.0":
1297-
version "1.59.0"
1298-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.59.0.tgz#11c93f5016926126bf30b47b9ece3bd617eeef31"
1299-
integrity sha512-Zg38rusx2nU6gy6QdF7v4iqgxNfxzlBlDhrRCjOiPQp+sfaNrp3f9J6OHIhpGNN1oOAca4+9Hq0+8u3jwzPMlQ==
1296+
"@types/vscode@^1.77.0":
1297+
version "1.77.0"
1298+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.77.0.tgz#f92f15a636abc9ef562f44dd8af6766aefedb445"
1299+
integrity sha512-MWFN5R7a33n8eJZJmdVlifjig3LWUNRrPeO1xemIcZ0ae0TEQuRc7G2xV0LUX78RZFECY1plYBn+dP/Acc3L0Q==
13001300

13011301
"@types/webpack-sources@*":
13021302
version "3.2.0"

0 commit comments

Comments
 (0)