zed/crates/collab
Antonio Scandurra 5157442703 Fix integration test relying on deferred happening after focus
Focus is now one of the last things that happens during `flush_effects`,
and we shouldn't have relied on `defer` in the first place to verify
focus changes.
2023-05-03 19:00:32 +02:00
..
k8s
migrations
migrations.sqlite
src Fix integration test relying on deferred happening after focus 2023-05-03 19:00:32 +02:00
.env.toml
basic.conf
Cargo.toml collab 0.10.0 2023-04-26 13:24:08 -07:00
README.md

Zed Server

This crate is what we run at https://collab.zed.dev.

It contains our back-end logic for collaboration, to which we connect from the Zed client via a websocket after authenticating via https://zed.dev, which is a separate repo running on Vercel.