Skip to content

Commit 3c57ddd

Browse files
kyliauKeen Yee Liau
authored andcommitted
build: bump vscode to 1.56.0
1 parent 6aa2069 commit 3c57ddd

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-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.55.0',
12+
version: '1.56.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"multi-root ready"
1212
],
1313
"engines": {
14-
"vscode": "^1.55.0"
14+
"vscode": "^1.56.0"
1515
},
1616
"categories": [
1717
"Programming Languages"
@@ -178,7 +178,7 @@
178178
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30",
179179
"@types/jasmine": "3.7.2",
180180
"@types/node": "12.20.11",
181-
"@types/vscode": "1.55.0",
181+
"@types/vscode": "1.56.0",
182182
"clang-format": "1.5.0",
183183
"esbuild": "0.11.20",
184184
"jasmine": "3.7.0",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30":
2121
version "0.0.0"
22-
uid b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30
2322
resolved "https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30"
2423
dependencies:
2524
"@angular/benchpress" "0.2.1"
@@ -228,10 +227,10 @@
228227
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-3.0.17.tgz#50bea0c3c2acc31c959c5b1e747798b3b3d06d4b"
229228
integrity sha512-tGomyEuzSC1H28y2zlW6XPCaDaXFaD6soTdb4GNdmte2qfHtrKqhy0ZFs4r/1hpazCfEZqeTSRLvSasmEx89uw==
230229

231-
"@types/vscode@1.55.0":
232-
version "1.55.0"
233-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.55.0.tgz#58cfbebbd32b3e374e07e7858b1fd0e92b1a1d2b"
234-
integrity sha512-49hysH7jneTQoSC8TWbAi7nKK9Lc5osQNjmDHVosrcU8o3jecD9GrK0Qyul8q4aGPSXRfNGqIp9CBdb13akETg==
230+
"@types/vscode@1.56.0":
231+
version "1.56.0"
232+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.56.0.tgz#2a75ee6d66e529295648b0b6ee43824564ed9c1a"
233+
integrity sha512-Q5VmQxOx+L1Y6lIJiGcJzwcyV3pQo/eiW8P+7sNLhFI16tJCwtua2DLjHRcpjbCLNVYpQM73kzfFo1Z0HyP9eQ==
235234

236235
JSONStream@^1.0.4:
237236
version "1.3.5"

0 commit comments

Comments
 (0)