Unable to use TypeScript (Code Helper 100% of processor)
See original GitHub issueSince a couple of days I can’t use VScode properly with TypeScript (show info on hover, auto import etc.) it works 5 minutes when I launch the app and then I have a Code Helper process at 100% of processor and I can’t use it anymore. I tried reinstall 1.58.2, Insiders version but I still have this issue.
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.59 & 1.58.2
- OS Version: macOS Big Sur 11.5.1
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Unable to use TypeScript (Code Helper 100% of processor)
Issue Type: Performance Issue Since a couple of days I can't use VScode properly with TypeScript (show info on hover, auto import etc.)...
Read more >Language Server Extension Guide - Visual Studio Code
Learn how to create Language Servers to provide rich language features in Visual Studio Code.
Read more >Tooling - styled-components
The processor ignores javascript files that don't contain any styled-components, so don't worry about being too broad as long as you restrict it...
Read more >Unable to Install Kepler React - TypeScript - Stack Overflow
If the types are not available for the particular library that you are pulling in. Here are the 2 options. Add the typings...
Read more >Configuring Jest
You can use --config flag to pass an explicit path to the file. ... To read TypeScript configuration files Jest requires ts-node ....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello, a small update!
We still aren’t able to pinpoint the issue but it seems that bumping the allocated memory for tsserver “solves” the issue. (
"typescript.tsserver.maxTsServerMemory": 8192
), I had something like 3Go previously.VSCode is back to normal, the autocompletion / imports and type checks are instant! 🚀
Thanks. Can you also test on the latest VS Code insiders build to confirm this hasn’t already been fixed