Skip to content

Commit f440023

Browse files
committed
Update vscode engine to 1.56.0
This is the latest version that Azure Data Studio targets, and is greater than our current version.
1 parent c983f75 commit f440023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
88
"engines": {
9-
"vscode": "^1.53.0"
9+
"vscode": "^1.56.0"
1010
},
1111
"license": "SEE LICENSE IN LICENSE.txt",
1212
"homepage": "https://github.com/PowerShell/vscode-powershell/blob/master/README.md",
@@ -63,7 +63,7 @@
6363
"@types/semver": "~7.3.8",
6464
"@types/sinon": "~10.0.2",
6565
"@types/uuid": "~8.3.1",
66-
"@types/vscode": "~1.53.0",
66+
"@types/vscode": "~1.56.0",
6767
"@vscode/test-electron": "~1.6.2",
6868
"mocha": "~9.1.0",
6969
"mocha-junit-reporter": "~2.0.0",

0 commit comments

Comments
 (0)