ZIm/crates/zed
Antonio Scandurra f5aa07aac9 Remove all windows before quitting
This gives all entities a chance of running `Drop::drop` which,
in turn, could cause them to spawn a critical task. For example,
we use this capability when a language server is dropped and we
need to asynchronously send a shutdown message.
2021-11-02 14:55:31 +01:00
..
assets Include diagnostic info in HighlightedChunks iterator 2021-10-26 17:57:50 -07:00
languages/rust Move lsp configuration into language crate 2021-10-26 12:17:51 -07:00
src Remove all windows before quitting 2021-11-02 14:55:31 +01:00
app-icon.png Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
app-icon@2x.png Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
build.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
Cargo.toml Fix test-support feature propagation for editor and workspace 2021-10-30 07:40:20 -06:00