Skip to content

Commit

Permalink
Merge f8822de into c48a4f8
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite authored Sep 16, 2024
2 parents c48a4f8 + f8822de commit 60f5008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tooling/lsp/src/requests/code_lens_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub(crate) fn collect_lenses_for_package(
arguments: Some(
[
package_selection_args(workspace, package),
vec!["--exact".into(), func_name.into()],
vec!["--exact".into(), "--show-output".into(), func_name.into()],
]
.concat(),
),
Expand Down
2 changes: 1 addition & 1 deletion tooling/lsp/src/requests/test_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn on_test_run_request_inner(
&state.solver,
&mut context,
&test_function,
false,
true,
None,
Some(workspace.root_dir.clone()),
Some(package.name.to_string()),
Expand Down

0 comments on commit 60f5008

Please sign in to comment.