ZIm/crates/zed
Piotr Osiewicz 9a70a89477
Fix project panel being toggled on workspace startup. (#4059)
A sequence of events: Launch Zed -> Quit Zed -> Launch Zed would leave
you with a project panel in a a different state on each open (e.g. if it
is open on 1st one, 2nd run will have it closed). We were essentially
not tracking whether the deserialization took place.

Release Notes:

- Fixed project panel being toggled on/off on startup due to incorrect
tracking of serialization state (solves
https://github.com/zed-industries/community/issues/2406)
2024-01-15 22:23:16 +01:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Add temp nightly icon 2023-12-04 12:48:21 -05:00
src Fix project panel being toggled on workspace startup. (#4059) 2024-01-15 22:23:16 +01:00
build.rs chore: Fix spurious rebuilds of Zed library and binary (#3952) 2024-01-08 20:46:35 +01:00
Cargo.toml chore: Extract assets module out of zed crate. (#3957) 2024-01-08 22:49:14 +01:00
RELEASE_CHANNEL Put release channel back to dev 2023-11-17 14:31:49 -08:00