We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d0f19 commit 85d5ed3Copy full SHA for 85d5ed3
crates/rust-analyzer/src/handlers.rs
@@ -896,7 +896,7 @@ pub(crate) fn handle_code_lens(
896
}
897
898
let action = runnable.action();
899
- let range = to_proto::range(&line_index, runnable.nav.focus_or_full_range());
+ let range = to_proto::range(&line_index, runnable.nav.full_range);
900
let r = to_proto::runnable(&snap, file_id, runnable)?;
901
if snap.config.lens.run {
902
let lens = CodeLens {
0 commit comments