-
Notifications
You must be signed in to change notification settings - Fork 32.8k
TypeScript Language Support silently stops #12141
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
@bvancea thank you for opening this issue and for thoroughly giving us information. We have seen issues similar to this but they are hard to reproduce. Can you help me by giving me more information? In your settings set An additional step that would be helpful to us is if you can set The issue I have been tracking manifestations of this behavior is here. microsoft/TypeScript#10735 |
Here is what happened: the tsserver crashed and all open requests very rejected with service died. However the service gets restarted automatically unless it crashes very frequently. In this case we show an message to the user: @bvancea have you seen such a message. When you get into that state again can you let use know the command lines of the running Code.exe processes. |
@waderyan Thanks for the tips, I will update the log settings and get back to you. @dbaeumer Some additional information:
|
@waderyan Here is the output after updating the "typescript.tsserver.trace" to "verbose".
Where can I set |
Yes it is an env variable. @mhegazy correct me if I am wrong. |
yes. you can also specify a file path:
|
@bvancea can you share the file? |
Closing until more info is given. |
I don't know if this is the same problem, but here is my output: TypeScript output within VSCode:
Tail of TSS_LOG:
(then nothing) However, several times in the log I get something like this:
(and so on...) |
@DerFlatulator looks like you are seeing something similar as this issue - microsoft/TypeScript#10735 |
can you share the TSS_LOG file? |
Steps to Reproduce:
Notes
The issue goes away after using the 'Reload Window' command.
Additional information
Code processes in the process explorer

Error for the VSCode dev tools

The text was updated successfully, but these errors were encountered: