ZIm/crates/util/src
Ben Kunkle 9c132fece5
Fix #24314 - File icons missing for hidden files (#24391)
- **fix ignoring ignored files when matching icons**
- **remove poorly named and confusing method
`PathExt.icon_stem_or_suffix` and refactor
`PathExt.extension_or_hidden_file_name` to actually do what it says it
does**

Closes #24314

Release Notes:

- Fixed an issue where hidden files would have the default icon instead
of the correct one
- Fixed an issue where files with specific icons (such as
`eslint.config.js`) would not have the their specific icon without a
leading `.` (`.eslint.config.js`)
2025-02-06 14:26:42 -06:00
..
test Fix Clippy warnings in util crate (#8721) 2024-03-02 13:06:35 -05:00
arc_cow.rs Add support for git branches on remote projects (#19755) 2024-10-27 15:50:54 -07:00
command.rs windows: Set CREATE_NO_WINDOW for commands (#18447) 2024-11-20 16:52:38 -08:00
fs.rs chore: Clean up util dependencies. (#9247) 2024-03-13 00:10:49 +01:00
markdown.rs Display keymap errors on initial load (#23394) 2025-01-21 07:14:46 +00:00
paths.rs Fix #24314 - File icons missing for hidden files (#24391) 2025-02-06 14:26:42 -06:00
serde.rs Allow ignoring soft wraps when moving to line ends (#11153) 2024-05-02 12:30:45 +03:00
test.rs Canonicalize paths when running tests (#23655) 2025-01-26 14:56:07 +08:00
util.rs windows: Fix tests on Windows (#22616) 2025-02-05 14:30:09 +00:00