-
Notifications
You must be signed in to change notification settings - Fork 12.8k
TypeScript server restart does not seem to work #14754
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: microsoft/vscode#21442 (comment) (I'm working on making the log collection easier this month as well) |
From @bpasero on March 21, 2017 0:2 @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 |
I see |
I'm getting this error as well. seeing |
We will need the ts server log when the server crashes. otherwise, i am afraid there is not much we can do about this report. |
Closing this out as I believe it has since been addressed by changes in VS Code and TypeScript |
From @bpasero on March 20, 2017 17:32
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
Copied from original issue: microsoft/vscode#22902
The text was updated successfully, but these errors were encountered: