-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptCrashFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputDomain: TSServerIssues related to the TSServerIssues related to the TSServer
Milestone
Description
TypeScript Version: 3.2.0-dev.20181017
Search Terms:
- getOutliningSpans
- fold / folding
Code
-
Open this file javaScript file in VS Code: dict_en.txt
-
Notice that intellisense and other features do not work.
Bug
This is caused by the getOutliningSpans
request never returning. We do try to cancel the request on the VS Code side when you switch away from that file but it seems the TS Server does not pick up the cancellation
Playground Link:
Related Issues:
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptCrashFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputFor flagging bugs which are compiler or service crashes or unclean exits, rather than bad outputDomain: TSServerIssues related to the TSServerIssues related to the TSServer