Introduce staff-only inline completion provider (#21739)

Release Notes:

- N/A

---------

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
Co-authored-by: Bennet <bennet@zed.dev>
Co-authored-by: Thorsten <thorsten@zed.dev>
This commit is contained in:
Antonio Scandurra
2024-12-09 14:26:36 +01:00
committed by GitHub
co-authored by Thorsten Ball Bennet Thorsten
parent 39e8944dcc
commit 77b8296fbb
39 changed files with 2890 additions and 356 deletions
+1 -1
View File
@@ -563,7 +563,7 @@ impl<'a, 'b> DerefMut for ChunkRendererContext<'a, 'b> {
pub struct Diff {
pub(crate) base_version: clock::Global,
line_ending: LineEnding,
edits: Vec<(Range<usize>, Arc<str>)>,
pub edits: Vec<(Range<usize>, Arc<str>)>,
}
#[derive(Clone, Copy)]