Closed
Description
This is a WIP issue. I believe Zod (beta 4) is causing huge performances problem in my project.
Ressource: microsoft/TypeScript#43249
The performance problem happened after updating VSCode, so that might be the reason why it's happening.
I'll keep this issue updated
EDIT: this took a few hours of my life, solved by editing my workspace's settings.json following microsoft/TypeScript#43249 proposed resolution
{
"typescript.tsdk": "../../node_modules/typescript/lib"
}
Metadata
Metadata
Assignees
Labels
No labels