Skip to content

Commit

Permalink
chore: bump minimal supported VSCode version from 1.56 to 1.85 (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln authored Nov 29, 2024
1 parent c2b3b8f commit ece0ae0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 deletions packages/vscode/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"icon": "logo_white.png",
"engines": {
"vscode": "^1.56.0"
"vscode": "^1.85.0"
},
"publisher": "Prisma",
"categories": [
Expand Down Expand Up @@ -184,7 +184,7 @@
"devDependencies": {
"@types/glob": "8.1.0",
"@types/mocha": "10.0.6",
"@types/vscode": "1.56.0",
"@types/vscode": "1.85.0",
"@vscode/test-electron": "2.4.1",
"is-ci": "3.0.1",
"mocha": "10.6.0",
Expand All @@ -197,4 +197,4 @@
"access": "public"
},
"preview": true
}
}

0 comments on commit ece0ae0

Please sign in to comment.