Anyone else having trouble with the TypeScript engine apparently stopping?
I noticed that, randomly, TypeScript will stop type-checking my code. It'll let me pass values that are type mismatches. If I restart WebStorm, then it's fine. I'm trying to decide whether I should purchase a WebStorm subscription, but this TypeScript failure is kind of an issue.
请先登录再写评论。
haven't heard of such issues. Does re-starting the language service help once the issue occurs?
I'll give it a shot next time I run into this problem. Thanks!
Ok, so I ran into another problem with something not being type-checked properly. I restarted the TypeScript service, then it noticed the error. So the TS engine is definitely stopping/dying somehow.