-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The Current Issue I'm Facing
A current project I'm working on has a couple of files/folders gitignore'ed since they're only supposed to be worked on locally & not on production. Unfortunately for me, the following configurations hides that specific file I need to work on locally as well:
filesystem = {
filtered_items = {
hide_gitignored = true,
},
},Having to constantly toggle hiding/unhiding files & folders gets monotonous & annoying, so I was wondering if it was possible to add a configuration value which forcibly "unhides" said files/folders?
A Possible Solution to Fix the Issue
I imagine the functionality could be on similar lines of how hide_by_name works but the caveat is, instead of hiding files it would unhide the list of provided files/folder names. The configuration could even be named as unhide_by_name or something similar.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request