-
Notifications
You must be signed in to change notification settings - Fork 32.8k
TypeScript server restart does not seem to work #22902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@bpasero For these unknown error code crashes, try collecting the TSS_LOG as detailed in this comment: #21442 (comment) (I'm working on making the log collection easier this month as well) |
@mjbvz will do! |
@mjbvz output from the log:
There is also a file ti-28170.log with lots of contents:
|
Thank you. I don't really see any leads in these logs, so I'm going to move this over to the TypeScript team to see if they have seen issues like this before |
This issue was moved to microsoft/TypeScript#14754 |
Very often in the past weeks I am running into a state where TS language services suddenly stop working. Only a window reload helps. Today I decided to check the output of the TS server and found this:
So it seems that the server crashes for some reason and then is restarted but I cannot say that the service is working for me after that. E.g. when I hover over symbols I only see "Loading...".
Is there any way we can track this down further
/cc @dbaeumer
The text was updated successfully, but these errors were encountered: