-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue