summaryrefslogtreecommitdiffhomepage
path: root/js/src/lsp
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-29 11:32:55 -0400
committerDax Raad <[email protected]>2025-05-29 11:32:55 -0400
commit6f604bd0f999a5df4ed6a57aef524f0dcf9eb356 (patch)
treeefb732ba56257a8f02edea604424821c9b687cf3 /js/src/lsp
parent42c1cd6a852be5295aedc5c19e1a2aef45a464e3 (diff)
downloadopencode-6f604bd0f999a5df4ed6a57aef524f0dcf9eb356.tar.gz
opencode-6f604bd0f999a5df4ed6a57aef524f0dcf9eb356.zip
remove secondary codegen
Diffstat (limited to 'js/src/lsp')
-rw-r--r--js/src/lsp/client.ts2
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" });