zed/crates/util/src
Kirill Bulatov ba4f4e0a3e Detect file paths that end with :
New rustc messages look like

```
thread 'tests::test_history_items_vs_very_good_external_match' panicked at crates/file_finder/src/file_finder.rs:1902:13:
assertion `left == right` failed: Only one history item contains collab_ui, it should be present and others should be filtered out
  left: 0
 right: 1
```

now and we fail to parse that `13:` bit properly, fix that.
2023-10-09 23:55:58 +03:00
..
test Fix remaining vim failures 2023-04-20 15:25:11 -06:00
arc_cow.rs Add support for fetching/rendering images 2023-09-06 17:13:43 -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 Checkpoint 2023-09-06 15:22:35 -06:00
paths.rs Detect file paths that end with : 2023-10-09 23:55:58 +03:00
test.rs Move git related things into specialized git crate 2022-09-29 13:16:02 -04:00
util.rs workspace: Improve save prompt. (#3025) 2023-09-25 16:15:29 +02:00