ChristianKohler / NpmIntellisense

Visual Studio Code plugin that autocompletes npm modules in import statements
MIT License
155 stars 43 forks source link

Converting node_module imports to super-long format #58

Open mulholo opened 6 years ago

mulholo commented 6 years ago

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?