The bug is also present for me in the latest insiders build and when running without extensions on both builds.
Steps to Reproduce:
Also, the Code Helper process goes to 100% while the operation is going on. Not sure if related to the issue stated.
As mentioned here: https://github.com/Microsoft/vscode/issues/71886 try to delete TS cache.
Windows
C:\Users\(your username)\AppData\Local\Microsoft\TypeScript\
Mac
/Users/(your username)/Library/Caches/typescript
@svipas will try it out after work and will update the issue accordingly.
@svipas It worked, thanks! But it's still noticeably slower than before. I'll have to go back to the previous version.
I was noticing slowness as well around "go to definition" along with intellisense, rolling back a version was the solution I had to take as well. Deleting TS cache didn't work for me.
Duplicate of #71751
See https://github.com/Microsoft/vscode/issues/71751#issuecomment-480126916 for workarounds
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
Happy Coding!
Just for the record, running npm install @types/[email protected] on my project, as suggested in #71751 solved my problem.
Most helpful comment
As mentioned here: https://github.com/Microsoft/vscode/issues/71886 try to delete TS cache.
Windows
Mac