Closed
Description
- VSCode Version: Code 1.18.1 (929bacb, 2017-11-16T18:32:36.023Z)
- OS Version: Windows_NT x64 10.0.15063
Steps to Reproduce:
- cd into library
- run
npm link
- cd into the project that utilizes the library
- run
npm link my-library
- open a
js
orts
file and do arequire
orimport
to get intellisense
Expected output:
Suggestions of the linked library should show up for autocompletion
Actual output:
Only non-linked libraries show up in the intellisense
Reproduces without extensions: Yes