TypeScript service often gets stuck when the plugin is enabled
See original GitHub issueI don’t yet know the cause or how to reproduce it; but when using the plugin in my work project, the typescript service may get stuck while typing after showing some lint errors and then never update again until it is restarted. It’s not just the lint messages that get stuck, but the actual ts compiler service; unused variable hints, autocomplete, etc stop working, or rather, get stuck in a state where it’s as if they’re seeing an old snapshot of the file being edited.
{
"name": "typescript-tslint-plugin",
"jsEnable": true,
"ignoreDefinitionFiles": false,
"suppressWhileTypeErrorsPresent": true
}
Issue Analytics
- State:
- Created 5 years ago
- Reactions:12
- Comments:14 (3 by maintainers)
Top Results From Across the Web
VSCode - TypeScript language service died unexpectedly 5 ...
Disabling the "JavaScript and TypeScript Nightly" extension worked for me. The error always said that the workspace was ...
Read more >Freezes in TypeScript projects because of slow tsservice ...
I'm working in a project with JS and TS. It has reached a point where it's almost impossible to work without a 10-30...
Read more >Documentation - TypeScript 3.9
If you've been stuck on older versions of TypeScript due to issues around ... they misuse this function, and JavaScript users will get...
Read more >WordPress Stuck in Maintenance Mode? Here is What to Do
Preventing your site from getting stuck in WordPress maintenance mode · Always make sure that your themes and plugins are compatible · Don't ......
Read more >Troubleshooting Guide - Pulumi
The service makes sure that only one person has a lease active at a time. If you get this error message, this means...
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
Still an issue with
typescript
3.5.1 andtypescript-tslint-plugin
0.4.0. Additional info: happens a lot when editing.tsx
(React) files.I also saw this issue multiple times and eventually switched back to the old extension. Since it has not been deprecated, switch back to using this but it seems the issues have not been resolved.
So far it seems quite random in nature and so trying to provide repro steps is difficult. Can anyone advise (@mjbvz ) maybe provide details on how to collect information when the crash occurs? i.e stack traces, or additional logging modes?