zed/crates/language/src
Conrad Irwin dcca48482b
disallow opening private files (#7165)
- Disallow sharing gitignored files through collab
- Show errors when failing to open files
- Show a warning to followers when view is unshared

/cc @mikaylamaki, let's update this to use your `private_files` config
before merge.


Release Notes:

- Added the ability to prevent sharing private files over collab.

---------

Co-authored-by: Piotr <piotr@zed.dev>
Co-authored-by: Mikayla <mikayla@zed.dev>
2024-01-31 12:05:51 -08:00
..
syntax_map text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
buffer.rs disallow opening private files (#7165) 2024-01-31 12:05:51 -08:00
buffer_tests.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
diagnostic_set.rs Clean up references in doc comments in language crate (#6729) 2024-01-25 16:04:58 -05:00
highlight_map.rs Docs for indent_size_for_line and co 2024-01-09 20:50:34 +01:00
language.rs WIP: Add a setting to visually redact enviroment variables (#7124) 2024-01-31 11:42:09 -08:00
language_settings.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01:00
markdown.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01:00
outline.rs More docs 2024-01-09 10:53:57 -08:00
proto.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
syntax_map.rs WIP: Add a setting to visually redact enviroment variables (#7124) 2024-01-31 11:42:09 -08:00