Skip to content

Commit 6fbe2c8

Browse files
authored
build: Downgrade vscode version to last supported g3 version (#1549)
1 parent 09dca3a commit 6fbe2c8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

integration/e2e/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function main() {
99
try {
1010
await runTests({
1111
// Keep version in sync with vscode engine version in package.json
12-
version: '1.61.0',
12+
version: '1.60.0',
1313
extensionDevelopmentPath: EXT_DEVELOPMENT_PATH,
1414
extensionTestsPath: EXT_TESTS_PATH,
1515
launchArgs: [
@@ -24,4 +24,4 @@ async function main() {
2424
}
2525
}
2626

27-
main();
27+
main();

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"multi-root ready"
1212
],
1313
"engines": {
14-
"vscode": "^1.61.0"
14+
"vscode": "^1.60.0"
1515
},
1616
"capabilities": {
1717
"untrustedWorkspaces": {
@@ -199,7 +199,7 @@
199199
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#5fad38db75f746e76af8b015dd8f674579a54ab3",
200200
"@types/jasmine": "3.10.1",
201201
"@types/node": "14.17.32",
202-
"@types/vscode": "1.61.0",
202+
"@types/vscode": "1.60.0",
203203
"clang-format": "1.5.0",
204204
"esbuild": "0.13.12",
205205
"jasmine": "3.10.0",
@@ -216,4 +216,4 @@
216216
"type": "git",
217217
"url": "https://github.com/angular/vscode-ng-language-service"
218218
}
219-
}
219+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@
378378
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-3.0.17.tgz#50bea0c3c2acc31c959c5b1e747798b3b3d06d4b"
379379
integrity sha512-tGomyEuzSC1H28y2zlW6XPCaDaXFaD6soTdb4GNdmte2qfHtrKqhy0ZFs4r/1hpazCfEZqeTSRLvSasmEx89uw==
380380

381-
"@types/vscode@1.61.0":
382-
version "1.61.0"
383-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.61.0.tgz#c54335b6f84c19c69b1435b17cc0ce3b2cecfeec"
384-
integrity sha512-9k5Nwq45hkRwdfCFY+eKXeQQSbPoA114mF7U/4uJXRBJeGIO7MuJdhF1PnaDN+lllL9iKGQtd6FFXShBXMNaFg==
381+
"@types/vscode@1.60.0":
382+
version "1.60.0"
383+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.60.0.tgz#9330c317691b4f53441a18b598768faeeb71618a"
384+
integrity sha512-wZt3VTmzYrgZ0l/3QmEbCq4KAJ71K3/hmMQ/nfpv84oH8e81KKwPEoQ5v8dNCxfHFVJ1JabHKmCvqdYOoVm1Ow==
385385

386386
JSONStream@^1.0.4:
387387
version "1.3.5"

0 commit comments

Comments
 (0)