Skip to content
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

(Master Branch) tsserver.js hangs in vs-code #3892

Closed
aozgaa opened this issue Jul 16, 2015 · 2 comments
Closed

(Master Branch) tsserver.js hangs in vs-code #3892

aozgaa opened this issue Jul 16, 2015 · 2 comments
Labels
Bug A bug in TypeScript Duplicate An existing issue was already created

Comments

@aozgaa
Copy link
Contributor

aozgaa commented Jul 16, 2015

Tested at commit c27b379 and 01244d6 .

To reproduce:

  1. Build typescript (jake local).

  2. In powershell:
    Copy-Item C:\<...>\typescript\public\built\local\tsserver.js C:\Users\<username>\AppData\Local\Code\app-0.5.0\resources\app\plugins\vs.language.typescript\lib\tsserver.js

  3. Open up vs code. Hover over several items to get quickinfo. After a few requests, the language service writes Loading... on each hover.

On occasion, the language service was busted immediately (on the first hover), but I'm having trouble reproducing it consistently.

The source file I've been inspecting is src\services\services.ts.

This error doesn't appear to occur in Visual Studio. So it may or may not be a bug on our side.

@aozgaa
Copy link
Contributor Author

aozgaa commented Jul 16, 2015

This may or may not be related to #3887.

EDIT: It appears #3888 fixes this issue.

@aozgaa aozgaa added Bug A bug in TypeScript Duplicate An existing issue was already created labels Jul 16, 2015
@RyanCavanaugh
Copy link
Member

Can we close this then?

@mhegazy mhegazy closed this as completed Jul 16, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants