tsserver: completion for union type of literal and string is broken from 2.1 #12687
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Milestone
TypeScript Version: 2.1.1
Code
Expected behavior:
tsserver returns "foo" and "bar" as completion candidates.
Actual behavior:
2.0.10 behaves as expected.
2.1.1 returns no candidates.
The text was updated successfully, but these errors were encountered: