Add integration test for getting and resolving completions
This commit is contained in:
parent
6e33f14218
commit
3dfff3866a
4 changed files with 237 additions and 4 deletions
|
@ -1339,7 +1339,7 @@ impl MultiBufferSnapshot {
|
|||
range: range.clone(),
|
||||
excerpts: self.excerpts.cursor(),
|
||||
excerpt_chunks: None,
|
||||
language_aware: language_aware,
|
||||
language_aware,
|
||||
};
|
||||
chunks.seek(range.start);
|
||||
chunks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue