Skip to content

Commit

Permalink
decrease min vscode version
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed May 3, 2024
1 parent 0f3ce84 commit 75ea50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/node": "20.x",
"@types/vscode": "^1.89.0",
"@types/vscode": "^1.62.0",
"@vscode/test-electron": "^2.3.9",
"vsce": "^2.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.11.tgz#6ea7342dfb379ea1210835bada87b3c512120234"
integrity sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==

"@types/vscode@^1.89.0":
"@types/vscode@^1.62.0":
version "1.89.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.89.0.tgz#df0beb3f4ab9133ee8c5fcac8fc578e4623d8749"
integrity sha512-TMfGKLSVxfGfoO8JfIE/neZqv7QLwS4nwPwL/NwMvxtAY2230H2I4Z5xx6836pmJvMAzqooRQ4pmLm7RUicP3A==
Expand Down

0 comments on commit 75ea50a

Please sign in to comment.