vscode-hide-gitignored icon indicating copy to clipboard operation
vscode-hide-gitignored copied to clipboard

Negated files not shown

Open ermshiperete opened this issue 5 years ago • 2 comments

This works well for excluded files. However, when you want to exclude a directory with the exception of a few files in it, it still excludes those files:

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json

.vscode is shown, but no files in it.

ermshiperete avatar Apr 03 '19 16:04 ermshiperete

@npx feature, "don't hide negated gitignored files"

LuisPeregrina avatar Feb 24 '22 02:02 LuisPeregrina

Just want to add that this feature would still be helpful.

trentmaetzold avatar Jan 26 '23 18:01 trentmaetzold