Add file_scan_inclusions
setting to customize Zed file indexing (#16852)
Closes #4745 Release Notes: - Added a new `file_scan_inclusions` setting to force Zed to index files that match the provided globs, even if they're gitignored. --------- Co-authored-by: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
95ace03706
commit
0e62b6dddd
6 changed files with 350 additions and 25 deletions
|
@ -2033,6 +2033,7 @@ impl ProjectPanel {
|
|||
is_ignored: entry.is_ignored,
|
||||
is_external: false,
|
||||
is_private: false,
|
||||
is_always_included: entry.is_always_included,
|
||||
git_status: entry.git_status,
|
||||
canonical_path: entry.canonical_path.clone(),
|
||||
char_bag: entry.char_bag,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue