diff options
| author | Dax Raad <[email protected]> | 2025-05-29 11:32:55 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-29 11:32:55 -0400 |
| commit | 6f604bd0f999a5df4ed6a57aef524f0dcf9eb356 (patch) | |
| tree | efb732ba56257a8f02edea604424821c9b687cf3 /js/src/lsp | |
| parent | 42c1cd6a852be5295aedc5c19e1a2aef45a464e3 (diff) | |
| download | opencode-6f604bd0f999a5df4ed6a57aef524f0dcf9eb356.tar.gz opencode-6f604bd0f999a5df4ed6a57aef524f0dcf9eb356.zip | |
remove secondary codegen
Diffstat (limited to 'js/src/lsp')
| -rw-r--r-- | js/src/lsp/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/lsp/client.ts b/js/src/lsp/client.ts index fda77948a..cb8bdad2d 100644 --- a/js/src/lsp/client.ts +++ b/js/src/lsp/client.ts @@ -10,7 +10,7 @@ import { App } from "../app"; import { Log } from "../util/log"; import { LANGUAGE_EXTENSIONS } from "./language"; import { Bus } from "../bus"; -import z from "zod/v4"; +import z from "zod"; export namespace LSPClient { const log = Log.create({ service: "lsp.client" }); |
