From 6f604bd0f999a5df4ed6a57aef524f0dcf9eb356 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 29 May 2025 11:32:55 -0400 Subject: remove secondary codegen --- js/src/lsp/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/lsp') 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" }); -- cgit v1.2.3