-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
IntelliSense Stops Working - cancelled sequence number #10735
Comments
I'm seeing this again today in the same ways described in the above issues. I am also seeing it in a new way. I am trying to recreate the issue described here. The process involves a symbol rename symbol operation. Note that there is only one small file in bin |
If requests can be canceled inside VS Code that means they are still in the VS Code's queue. To allow cancelation we only sent requests to the tsserver one by one. In this situation it means that the tsserver is busy processing a request. @waderyan if this happens is there any unusual CPU usage with the tsserver? |
In the specific example the quick info request never returns hence we don't send the rename request over the wire. |
@waderyan do you have any errors in the dev console. |
Can you share the tsserver log in these cases? |
first you need to set the environment variable |
I have not been able to reproduce this issue for the last couple of days. This issue came into day, and it might be related - microsoft/vscode#11938 Asked OP to follow the advise on capturing logs. |
@mhegazy setting the env variable for logging is not working for me. Am I missing something? |
that is mac? i am not a mac user, but i guess you should be are you using setenv to set it... or something |
@mhegazy I setup the env variable properly. Can I specify the location for the log file? |
@mhegazy I'm not seeing the log file in the location of |
yes, it should be something of the form |
I could not get this to repro locally using this yoman template. are there other things you did after opening |
I did not do anything after opening |
Saw the same issue today recreating @Mousetrap's issue here. This is what I saw in the TypeScript output. See I have the env variable setup correctly but I'm not seeing a log file. If someone could take a look at this too, that would be helpful.
Also tried
|
I'm constantly getting this error now for some reason.
macOS 10.11.6 Using the global typescript installation gets rid of the error though: {
"typescript.tsdk": "/Users/myuser/.nvm/versions/node/v4.4.0/lib/node_modules/typescript/lib"
} |
@ianmurrays can you please share a repro so we can try to isolate the root cause of the problem? |
Just when opening vscode with a file. After this error every request gets canceled.
|
@con-ssc do you have a consistent repro for this? |
No, it is a customer project. |
Can you share the tssever log file. see https://github.com/Microsoft/TypeScript/wiki/Standalone-Server-(tsserver)#logging. you need to set the |
I'm afraid that is not possible since the tsserver is logging the whole file content and I can publish those files. |
feel free to redact parts you do not want to share. we care most about the set of actions before the error occurs. |
getting "TSServer exited with code: 3" with 2.2.0-dev.20170209 randomly on a plain clone of https://github.com/rangle/typescript-react-redux-example not sure if it's a problem with VSCode or TS nightly. When I try to see the dev tools on vscode, the editor freezes |
@pocesar, I am unable to reproduce this locally on latest. is this still an issue? if so can you share any more information to help reproduce the issue. |
There has not been any actionable leads in this issue. closing for now. If you are experiencing similar symptoms, please file a new issue and provide us with a project that you experience the server crash on, and/or tssever log file. |
There are open issues on IntelliSense problems in VS Code. The commonality is IntelliSense stops working. I could use some guidance on where I can look to get to the bottom of this.
Related Issues
I opened two of the issues as I observed them. The commonality with all many of issues is an output that includes the phrase "canceled request with sequence number x"
What could be causing this?
Are there other logs I can look at to try and debug the problem?
The text was updated successfully, but these errors were encountered: