Fix test code lens
This commit is contained in:
parent
e4d0f19b01
commit
85d5ed3675
@ -896,7 +896,7 @@ pub(crate) fn handle_code_lens(
|
||||
}
|
||||
|
||||
let action = runnable.action();
|
||||
let range = to_proto::range(&line_index, runnable.nav.focus_or_full_range());
|
||||
let range = to_proto::range(&line_index, runnable.nav.full_range);
|
||||
let r = to_proto::runnable(&snap, file_id, runnable)?;
|
||||
if snap.config.lens.run {
|
||||
let lens = CodeLens {
|
||||
|
Loading…
x
Reference in New Issue
Block a user