Skip to content

Allow restricting the scope of the ignoring to just the CTRL-P menu #6

Open
@ExplodingCabbage

Description

@ExplodingCabbage

At the moment, we exclude Git-ignored files from the entire project; you see them disappear from the folder view in the left sidebar. This may not always be desirable.

Some folks might want to only exclude them from CTRL-SHIFT-F or CTRL-P searches.

Manually handling exclusion from CTRL-SHIFT-F searches is, I think, possible with some beautiful hacks involving detecting search views by their syntax highlighting and then listening for changes to their content, parsing it, and stripping out blocks relating to ignored files.

I have no idea if excluding files from CTRL-P searches is possible without excluding them from the whole project, though. It may well simply not be.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions