ZIm/crates/collab2
Kirill Bulatov 90be090d35 Exclude gitignored files' diagnostics from project panel and its indicator. (#3458)
Based on influencer's feedback.

The diagnostics are collected and available still, since that might
become a settings/UI toggle later.
Also, buffer diagnostics are still updated for gitignored files.

Release Notes:

- Excluded gitignored files' diagnostics from project panel and its
indicator.
2023-11-30 16:06:46 +02:00
..
k8s Get collab2 green 2023-11-03 18:01:06 -07:00
migrations Get collab2 green 2023-11-03 18:01:06 -07:00
migrations.sqlite Get collab2 green 2023-11-03 18:01:06 -07:00
src Exclude gitignored files' diagnostics from project panel and its indicator. (#3458) 2023-11-30 16:06:46 +02:00
.env.toml Get collab2 green 2023-11-03 18:01:06 -07:00
admin_api.conf Get collab2 green 2023-11-03 18:01:06 -07:00
basic.conf Get collab2 green 2023-11-03 18:01:06 -07:00
Cargo.toml Avoid binary target name conflicts 2023-11-24 13:29:01 +02:00
README.md Get collab2 green 2023-11-03 18:01:06 -07:00

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.