H
Hono3d ago
pincman

Versions of @hono/zod-openapi >= 0.17 will cause vscode to crash

When I upgraded package @hono/zod-openapi to >= 0.17, vscode's typescript server gets stuck and stays in the state of being loaded with IntelliSense. May I ask what is causing this?
4 Replies
ambergristle
ambergristle3d ago
must have something to do w your install, project, or system i've got 0.19 working fine have you tried restarting the TS server? and/or vscode? and when was the last time you restarted your device? apps like chrome, slack, spotify, and probably discord can become a real drag on system resources do you have a ton of routes and/or complicated types?
pincman
pincmanOP3d ago
I've rebooted numerous times and it doesn't work. Routing is about 60 entries or so
ambergristle
ambergristle3d ago
if you're using rpc, 60 endpoints could start slowing things down i'm not aware of a similar issue with @hono/zod-openapi, but it could be related can you share your repo? i'm happy to load it locally + see if i can repro have you tried deleting + reinstalling node_modules?
Luke
Luke20h ago
+1, a repo reproduction would be huge Although I understand that may be difficult with 60 endpoints, presumably for a private project

Did you find this page helpful?