Skip to content

Commit

Permalink
Make extension working with latest Azure Data Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgredowski committed May 31, 2022
1 parent 97c4f51 commit 2ac3a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"publisher": "piotrgredowski",
"repository": "https://github.com/piotrgredowski/poor-mans-t-sql-formatter-vscode-extension",
"engines": {
"vscode": "^1.62.0",
"vscode": ">=1.59.0",
"azdata": "*"
},
"categories": [
Expand Down Expand Up @@ -213,7 +213,7 @@
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.62.0",
"@types/vscode": ">=1.59.0",
"@types/glob": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "14.x",
Expand Down

0 comments on commit 2ac3a41

Please sign in to comment.