ZIm/crates/zed
Antonio Scandurra 794446bf8b Move debug_elements to AsyncAppContext
Previously, `debug_elements` was available on `WindowContext`. If that
method was called while having a borrow out to a view, it would panic because
the view would already have been borrowed.

By moving it to an `AsyncAppContext` we ensure the method can't be called while
a view is being used.
2023-05-02 11:09:40 +02:00
..
resources Update app-icon@2x.png 2023-02-26 11:03:43 -05:00
src Move debug_elements to AsyncAppContext 2023-05-02 11:09:40 +02:00
build.rs Move weak linking into zed's build.rs 2022-11-08 16:04:55 +01:00
BundleDocumentTypes.plist Change LSHandlerRank to Alternate 2023-03-15 19:18:39 -04:00
Cargo.toml v0.85.x dev 2023-04-26 14:19:52 -04:00
RELEASE_CHANNEL Store current release channel name in a file in the zed crate 2022-10-26 16:19:19 -07:00