leftstick / vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view
https://leftstick.gitbooks.io/vscode-favorites/
GNU General Public License v3.0
49 stars 22 forks source link

Doesn't seem to be observing the Explorer file exclude patterns #4

Closed mikeGinns closed 4 years ago

mikeGinns commented 6 years ago

I have set up several patterns to files which I don't to see in Visual Studio Code. Eg .js.map file. These are omitted in explorer but if you add a directory containing them as a favorite then they are shown in favorites when you expand the directory.

leftstick commented 6 years ago

The initial requirement is marking excluded resources, and have them visible in FAVORITES view. That's why the extension ignores exclude rule in your settings.

I will think about that, thanks pointing out this question