TypeScript Diagnostics Not Working in VSCode — Missing Imports & Typing Errors Ignored
Hello, the errors in VSCode have stopped showing up — things like missing imports or type errors. Could you tell me what I should do? The more complex the project got, the more these issues started happening, and now they seem to be gone completely, for no clear reason. At this point, it feels permanent. Should I package my repo using project references, or is there another way? I'm having a hard time understanding how to diagnose where TypeScript is slowing down — even with the official performance tracing guide https://github.com/microsoft/TypeScript/wiki/Performance-Tracing , it’s still pretty obscure to me.
Have a great day !
4 Replies
Can you share your
tsconfig.json
?
🙏
Which files are you seeing the lack of errors in?
(side note: have you restarted your VSCode window? ->
cmd + shift + P
> Reload window
)I’m not getting any notifications on Discord (it’s strange), feel free to tag me. As for the files, yes, I’ve restarted TS, VSCode, my PC, etc. I tried to diagnose the issue using tsc tools , but it’s a bit complicated for me
I tried WebStorm, but unfortunately it consumes a lot of resources. Even though the issue has partially improved, it's still a concern for me
Is Turborepo good for handling monorepos and enhancing performance?