ZIm/crates/util/src
Joseph T. Lyons ee1b4a52cc
Add PathExt trait (#2823)
This PR adds a `PathExt` trait. It pulls in our existing `compact()`
function, as a method, and then adds a method, and testing, for
`icon_suffix()`. A test was added to fix:

- https://github.com/zed-industries/community/issues/1877

Release Notes:

- Fixed a bug where file icons would not be registered for files with
with `.` characters in their name
([#1877](https://github.com/zed-industries/community/issues/1877)).
2023-08-03 18:57:43 -04:00
..
test Fix remaining vim failures 2023-04-20 15:25:11 -06:00
channel.rs Honor ZED_RELEASE_CHANNEL environment variable only in development 2023-04-05 15:55:44 +02:00
fs.rs Add copilot crate 2023-03-28 09:41:59 -07:00
github.rs Source ESLint server from Github rather than 3rd party NPM package 2023-04-28 16:42:36 -04:00
http.rs Do not use post_json() to auto update 2023-05-04 12:12:36 -04:00
paths.rs Add PathExt trait (#2823) 2023-08-03 18:57:43 -04:00
test.rs Move git related things into specialized git crate 2022-09-29 13:16:02 -04:00
util.rs Many steps toward validating and reinstalling server after failure 2023-06-15 12:18:34 -04:00