Skip to content

Commit 116ddcc

Browse files
authored
chore: update vscode engine version (#225)
* chore: update vscode engine version * update * update * update
1 parent 20afec5 commit 116ddcc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Even without using advanced features, ZenStack offers the following benefits as
4747
2. More TypeScript type inference, less code generation.
4848
3. Fully-typed query-builder API as a better escape hatch compared to Prisma's [raw queries](https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/raw-queries) or [typed SQL](https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/typedsql).
4949

50-
> Although ZenStack v3's runtime doesn't depend on Prisma anymore (specifically, `@prisma/client`), it still relies on Prisma to handle database migration. See [database migration](<[#database-migration](https://zenstack.dev/docs/3.x/orm/migration)>) for more details.
50+
> Although ZenStack v3's runtime doesn't depend on Prisma anymore (specifically, `@prisma/client`), it still relies on Prisma to handle database migration. See [database migration](https://zenstack.dev/docs/3.x/orm/migration) for more details.
5151
5252
# Quick start
5353

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function createProgram() {
4141
.description(
4242
`${colors.bold.blue(
4343
'ζ',
44-
)} ZenStack is the data layer for modern TypeScript apps.\n\nDocumentation: https://zenstack.dev.`,
44+
)} ZenStack is the data layer for modern TypeScript apps.\n\nDocumentation: https://zenstack.dev/docs/3.x.`,
4545
)
4646
.showHelpAfterError()
4747
.showSuggestionAfterError();

packages/ide/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"vscode-languageserver": "^9.0.1"
3737
},
3838
"devDependencies": {
39-
"@types/vscode": "^1.63.0",
39+
"@types/vscode": "^1.90.0",
4040
"@zenstackhq/eslint-config": "workspace:*",
4141
"@zenstackhq/typescript-config": "workspace:*"
4242
},
@@ -48,7 +48,7 @@
4848
"language-configuration.json"
4949
],
5050
"engines": {
51-
"vscode": "^1.63.0",
51+
"vscode": "^1.90.0",
5252
"node": ">=20.0.0"
5353
},
5454
"categories": [

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)