VS Code becomes unresponsive
Hello everyone,
I've started to experience huge performance issues with my project that's based on create-t3-app.
The issue is that after some work the intellisense and every extension becomes unresponsive. I'm aware that tRPC projects have issues with defining query/mutation props as any sometimes. But this is another level. It occurs randomly, after 5-10mins of work. The only solution for now is to quit VS Code. Then I reopen it and it crashes, after the crash I can open it and continue working normally as I usually do.
Could it be possible that type aliases cause this issue?
Here's how my
I've started to experience huge performance issues with my project that's based on create-t3-app.
The issue is that after some work the intellisense and every extension becomes unresponsive. I'm aware that tRPC projects have issues with defining query/mutation props as any sometimes. But this is another level. It occurs randomly, after 5-10mins of work. The only solution for now is to quit VS Code. Then I reopen it and it crashes, after the crash I can open it and continue working normally as I usually do.
Could it be possible that type aliases cause this issue?
Here's how my
tsconfig.json looks like