Skip to content

Commit 503261f

Browse files
authored
build: update vscode version (#1665)
1 parent d8babe5 commit 503261f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

integration/e2e/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function main() {
1010
try {
1111
await runTests({
1212
// Keep version in sync with vscode engine version in package.json
13-
version: '1.60.0',
13+
version: '1.67.1',
1414
extensionDevelopmentPath: EXT_DEVELOPMENT_PATH,
1515
extensionTestsPath: EXT_TESTS_PATH,
1616
launchArgs: [

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.60.0"
14+
"vscode": "^1.67.0"
1515
},
1616
"capabilities": {
1717
"untrustedWorkspaces": {
@@ -221,7 +221,7 @@
221221
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#0598c41ff6f941f71449fc7554a68b59afbd40a9",
222222
"@types/jasmine": "3.10.6",
223223
"@types/node": "14.18.16",
224-
"@types/vscode": "1.60.0",
224+
"@types/vscode": "1.67.0",
225225
"clang-format": "1.6.0",
226226
"esbuild": "0.14.38",
227227
"jasmine": "3.99.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,10 +1728,10 @@
17281728
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
17291729
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
17301730

1731-
"@types/vscode@1.60.0":
1732-
version "1.60.0"
1733-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.60.0.tgz#9330c317691b4f53441a18b598768faeeb71618a"
1734-
integrity sha512-wZt3VTmzYrgZ0l/3QmEbCq4KAJ71K3/hmMQ/nfpv84oH8e81KKwPEoQ5v8dNCxfHFVJ1JabHKmCvqdYOoVm1Ow==
1731+
"@types/vscode@1.67.0":
1732+
version "1.67.0"
1733+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.67.0.tgz#8eaba41d1591aa02f5d960b7dfae3b16e066f08c"
1734+
integrity sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==
17351735

17361736
"@types/ws@^8.5.1":
17371737
version "8.5.3"

0 commit comments

Comments
 (0)