ChristianKohler/NpmIntellisense

Folder icons are duplicated when importing

benjamin-achouche opened this issue · 2 comments

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.

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.

Yes that fixed it !
Thanks !