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

geterr Stops Returning Results #16540

Closed
mjbvz opened this issue Jun 14, 2017 · 1 comment
Closed

geterr Stops Returning Results #16540

mjbvz opened this issue Jun 14, 2017 · 1 comment
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue VS Code Tracked There is a VS Code equivalent to this issue

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Jun 14, 2017

From microsoft/vscode#28630

TypeScript Version: 2.3.4

In some cases, it seems that the geterr request against the TSServer stops returning any results. I've been unable to reproduce this reliably but here's a log from one of the sessions that ran into this problem: tsserver.txt

In this case, I was deliberately introducing syntax errors into markdownEngine.ts

Info 1562 request: {"seq":524,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/matb/projects/vscode/extensions/markdown/src/markdownEngine.ts"]}}
Perf 1563 524::geterr: async elapsed time (in milliseconds) 0.3660
Info 1564 event: {"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":524}}

This file is part of the project but no syntax errors are returned for it

@mjbvz mjbvz added the VS Code Tracked There is a VS Code equivalent to this issue label Jun 14, 2017
@mhegazy mhegazy assigned ghost Jun 15, 2017
@mhegazy mhegazy added the Bug A bug in TypeScript label Jun 15, 2017
@mhegazy mhegazy added this to the TypeScript 2.5 milestone Jun 15, 2017
@ghost
Copy link

ghost commented Oct 2, 2017

@mjbvz Could you try again once #17269 is in?

@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Oct 9, 2017
@mhegazy mhegazy closed this as completed Oct 9, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue VS Code Tracked There is a VS Code equivalent to this issue
Projects
None yet
Development

No branches or pull requests

2 participants