zed/crates/language
Max Brunsfeld 7f8e76e0f1 Remove worktree-specific methods from language::File trait
Use downcasting instead for accessing worktree-specific state of the Files.

This will allow us to introduce a WorktreeId type and use that everywhere
for identifying worktrees. It also just removes some unnecessary coupling
between the language crate and the worktree.
2022-01-04 11:28:44 +01:00
..
src Remove worktree-specific methods from language::File trait 2022-01-04 11:28:44 +01:00
build.rs Fix context line handline in project diagnostic view 2021-12-21 11:46:47 -08:00
Cargo.toml WIP: Use cargo check for on-disk diagnostics 2021-12-23 18:35:50 +01:00