zed/crates/project
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](f12981db32/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
..
src Remove use of current File for new buffers that never have File (#20832) 2024-11-18 14:30:38 -08:00
Cargo.toml Enable reload of images in image viewer (#20374) 2024-11-10 11:37:02 +01:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00