Skip to content

Commit 837a92e

Browse files
committed
Fix minimum vscode version
1 parent e99f0b7 commit 837a92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"themr": "light"
1111
},
1212
"engines": {
13-
"vscode": "^1.51.0"
13+
"vscode": "^1.61.0"
1414
},
1515
"license": "SEE LICENSE IN LICENSE",
1616
"repository": {
@@ -86,7 +86,7 @@
8686
"@types/glob": "^8.0.0",
8787
"@types/mocha": "^10.0.1",
8888
"@types/node": "16.x",
89-
"@types/vscode": "^1.51.0",
89+
"@types/vscode": "^1.61.0",
9090
"@typescript-eslint/eslint-plugin": "^5.45.0",
9191
"@typescript-eslint/parser": "^5.45.0",
9292
"@vscode/test-electron": "^2.2.0",

0 commit comments

Comments
 (0)