Files
oak-gpui/crates
Michael Sloan b4c2f29c8b Remove use of current File for new buffers that never have File (#20832)
`create_buffer` calls `Buffer::local` which sets `file` to `None`
[here](https://github.com/zed-industries/zed/blob/f12981db32f9b936cd29e39ccc7f8a0b4e54cee1/crates/language/src/buffer.rs#L629).
So there's no point in then immediately attempting to update maps that
rely on `file` being present.

Release Notes:

- N/A
2024-11-18 14:30:38 -08:00
..
2024-10-27 19:44:21 -07:00
2024-11-11 18:39:05 +01:00
2024-11-18 22:56:34 +01:00
2024-11-11 18:39:05 +01:00
2024-11-18 22:56:34 +01:00
2024-10-02 13:27:16 +02:00
2024-11-13 10:42:08 -07:00
2024-11-15 12:25:18 -05:00
2024-11-14 08:25:48 -05:00
2024-11-13 11:47:52 -05:00
2024-10-30 11:26:54 -06:00