Skip to content

Commit d359f47

Browse files
committed
update
1 parent 3bdb938 commit d359f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ide/vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ZenStack V3 VS Code Extension
22

3-
[ZenStack](https://zenstack.dev) is the modern data layer for TypeScript applications. It provides a data modeling language, an type-safe ORM with built-in access control, and other utilities that help you streamline full-stack development. This VS Code extension provides code editing helpers for authoring ZenStack's schema files (`.zmodel` files).
3+
[ZenStack](https://zenstack.dev) is the modern data layer for TypeScript applications. It provides a data modeling language, a type-safe ORM with built-in access control, and other utilities that help you streamline full-stack development. This VS Code extension provides code editing helpers for authoring ZenStack's schema files (`.zmodel` files).
44

55
Use this extension if you are using ZenStack v3.x, otherwise use the [original extension](https://marketplace.visualstudio.com/items?itemName=zenstack.zenstack) that works with v2.x. See [Configuration](#configuration) for how to use both versions side by side.
66

packages/ide/vscode/src/extension/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function startLanguageClient(context: vscode.ExtensionContext): LanguageClient {
4343

4444
// Options to control the language client
4545
const clientOptions: LanguageClientOptions = {
46-
documentSelector: [{ scheme: '*', language: 'zmodel-v3' }],
46+
documentSelector: [{ language: 'zmodel-v3' }],
4747
};
4848

4949
// Create the language client and start the client.

0 commit comments

Comments
 (0)