Skip to content

Commit 345b8f1

Browse files
committed
Revert @types/vscode upgrade
Need to exclude this from Dependabot. Upgrading this forces us to update the engine, which would make our plugin not support older versions of VS Code.
1 parent 9f6cb59 commit 345b8f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"@types/glob": "^7.1.3",
250250
"@types/ndjson": "^2.0.1",
251251
"@types/node": "^16.11.21",
252-
"@types/vscode": "^1.88.0",
252+
"@types/vscode": "^1.73.0",
253253
"@types/which": "^2.0.1",
254254
"@types/ws": "^8.5.10",
255255
"@typescript-eslint/eslint-plugin": "^6.19.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,10 @@
698698
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
699699
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
700700

701-
"@types/vscode@^1.88.0":
702-
version "1.88.0"
703-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.88.0.tgz#2dc690237f7ef049942508c8609b6b9f5216b4d3"
704-
integrity sha512-rWY+Bs6j/f1lvr8jqZTyp5arRMfovdxolcqGi+//+cPDOh8SBvzXH90e7BiSXct5HJ9HGW6jATchbRTpTJpEkw==
701+
"@types/vscode@^1.73.0":
702+
version "1.74.0"
703+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.74.0.tgz#4adc21b4e7f527b893de3418c21a91f1e503bdcd"
704+
integrity sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==
705705

706706
"@types/which@^2.0.1":
707707
version "2.0.1"

0 commit comments

Comments
 (0)