Closed
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: