Skip to content

Commit

Permalink
fix the vscode version with engine.
Browse files Browse the repository at this point in the history
Signed-off-by: Tatsat Mishra <[email protected]>
  • Loading branch information
Tatsat Mishra committed Aug 13, 2024
1 parent 05f9109 commit 1918b50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
"engines": {
"vscode": "^1.91.0"
"vscode": "^1.92.0"
},
"capabilities": {
"untrustedWorkspaces": {
Expand Down Expand Up @@ -528,7 +528,7 @@
"@types/sinon": "^17.0.3",
"@types/tmp": "^0.2.6",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.91.0",
"@types/vscode": "^1.92.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vscode/test-electron": "^2.4.1",
Expand Down

0 comments on commit 1918b50

Please sign in to comment.