ChristianKohler / NpmIntellisense

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

Folder icons are duplicated when importing #70

Closed benjamin-achouche closed 3 years ago

benjamin-achouche commented 3 years ago

Hello,

I noticed that when I import a file in another file, I see that every folders that are in the folder I'm currently in, are duplicated as seen on the image below :

duplicatedFolders

Is there a setting I missed or something ?

Thanks.

Sky2hawkZ commented 3 years ago

This is the wrong repository for this, you should post it in the Path Intellisense repository.

However I do think I know what the issue is. Have you tried going into settings and changing the following setting to false? "javascript.suggest.paths": true This is the built-in support that comes with VScode, providing the same features as Path Intellisense.

benjamin-achouche commented 3 years ago

Yes that fixed it ! Thanks !