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

Feature Request: files.exclude #66

Open CWKSC opened 2 years ago

CWKSC commented 2 years ago

Favorites can not work with files.exclude in setting.json

When I set:

"files.exclude": {
    "**/*.sh": true,
    "**/out/": true
},

The mentioned file will be hidden in Explorer Panel

But still can see it in the Favorites Panel

leftstick commented 2 years ago

@geforcesong please help us, thanks

Plopix commented 1 year ago

I +1 this todo, that would be nice to exclude the files that are excluded via "files.exclude":

nesvet commented 1 year ago

Still actual. @leftstick pal, are you here?