Skip to content

Commit

Permalink
Bump version of VSCode used in tests (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Apr 26, 2023
1 parent 42067c8 commit 01ad55f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@types/semver": "^7.3.8",
"@types/string-similarity": "^4.0.0",
"@types/uuid": "^8.3.1",
"@types/vscode": "^1.52.0",
"@types/vscode": "^1.77.0",
"@types/webpack": "^4.41.26",
"axios": "^0.21.1",
"blueimp-md5": "^2.18.0",
Expand Down Expand Up @@ -136,7 +136,7 @@
"webpack-filter-warnings-plugin": "^1.2.1"
},
"engines": {
"vscode": "^1.52.0"
"vscode": "^1.77.3"
},
"categories": [
"Other"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function main() {
await runTests({
extensionDevelopmentPath,
extensionTestsPath,
version: '1.52.0',
version: '1.77.3',
launchArgs: [fixtureTargetPath, '--disable-extensions'],
})

Expand Down
2 changes: 1 addition & 1 deletion test/fixture-scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function run() {
let vscodeExecutablePath: string

async function prepareVSCode() {
vscodeExecutablePath = await downloadAndUnzipVSCode('1.52.0')
vscodeExecutablePath = await downloadAndUnzipVSCode('1.77.3')
const cliPath = resolveCliPathFromVSCodeExecutablePath(vscodeExecutablePath)

spawnSync(cliPath, ['--install-extension', 'vue.volar'], {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1293,10 +1293,10 @@
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.1.tgz#1a32969cf8f0364b3d8c8af9cc3555b7805df14f"
integrity sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg==

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

"@types/webpack-sources@*":
version "3.2.0"
Expand Down

0 comments on commit 01ad55f

Please sign in to comment.