Implement shift-f8
to go to previous diagnostic
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
a6d0caf557
commit
021699e51c
8 changed files with 74 additions and 35 deletions
|
@ -2061,7 +2061,7 @@ mod tests {
|
|||
assert_eq!(
|
||||
buffer
|
||||
.snapshot()
|
||||
.diagnostics_in_range::<_, Point>(0..buffer.len())
|
||||
.diagnostics_in_range::<_, Point>(0..buffer.len(), false)
|
||||
.map(|entry| entry)
|
||||
.collect::<Vec<_>>(),
|
||||
&[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue