-
Notifications
You must be signed in to change notification settings - Fork 12.8k
TS Server crashes once TS file is open #15716
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
From @aminpaks on May 9, 2017 17:43 So apparently the issue is with Typescript v2.3.x, it works with v2.2.x |
Moving over to TypeScript repo since it sounds like the issue only happens when TypeScript 2.3 is used. I don't see anything suspicious in the log file or the the developer tools screenshot @aminpaks Can you try setting Also does this happen for all projects, or just the one project you are working in? |
Sure Matt, |
This seems very similar to #15028 . I've recorded my observations there but it's about the same, crashes as soon as I open (actually it won't crash until I try and resolve a particular symbol in my file), doesn't occur on 2.2 but does on 2.3, etc. |
This looks similar to #15688. In both cases:
|
Hi @aminpaks, @westonpace, we're trying to confirm if this can still happen in |
@Andy-MS I'd really like to help, and I tried to reproduce it with |
closing for now. please reopen if you see the issue again. |
From @aminpaks on May 9, 2017 11:21
The project is private so I can't share the code or steps to reproduce it though I'm going to provide some logs, hopefully will be enough. If you need something else please ask.
The file that I open is about 1100 lines and it's a pure typescript file that is importing some of
lodash
,d3
andangular v4
.As soon as I open this file TS Server crashes and nothing will work anymore! TS Server restarts but it gets stuck at binding forever, and the only way to get Code to work is to restart.
This issue started right after updating to 1.12
Here is the TS Server log file
Here is the ChromeDevTools console
Copied from original issue: microsoft/vscode#26299
The text was updated successfully, but these errors were encountered: