No completions for .json
files with --resolveJsonModule
#23899
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Fixed
A PR has been merged for this issue
Milestone
TypeScript Version: 2.9.0-dev.201xxxxx
Search Terms:
Code
With #22167 in, add
--resolveJsonModule
to your tscofig.json, and add a newtest.json
file.Request completions:
Expected behavior:
./test.json
shows in completion list.Actual behavior:
./test.json
does not show.Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: