Closed
Description
From @bpasero on October 31, 2017 13:37
Testing: microsoft/vscode#37177
- create a hello world JS extension
- open extension.js
- start to type
RelativePattern
- complete it
=> no import is added
Imho if there is no import action after accepting a proposal, we should also not show it in the IntelliSense window.
Copied from original issue: microsoft/vscode#37282