vscode-hide-gitignored
vscode-hide-gitignored copied to clipboard
Negated files not shown
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.
@npx feature, "don't hide negated gitignored files"
Just want to add that this feature would still be helpful.