ChristianKohler/NpmIntellisense

Converting node_module imports to super-long format

mulholo opened this issue · 0 comments

I don't know how it's happening, but I keep on finding that I have numerous files open and all the node_modules imports changed to a super-long form like below.

import _ from '../../../../../../Library/Caches/typescript/2.9/node_modules/@types/lodash';

  1. Why is this happening?
  2. How do I stop it?