This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
TypeScript service often gets stuck when the plugin is enabled #32
Closed
Description
I 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
}