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 5e464d0 commit 409c1a7Copy full SHA for 409c1a7
crates/ra_lsp_server/src/main_loop/handlers.rs
@@ -758,7 +758,7 @@ pub fn handle_code_lens(
758
// Gather runnables
759
for runnable in world.analysis().runnables(file_id)? {
760
let title = match &runnable.kind {
761
- RunnableKind::Test { .. } | RunnableKind::TestMod { .. } => "▶️Run Test",
+ RunnableKind::Test { .. } | RunnableKind::TestMod { .. } => "▶️\u{fe0e}Run Test",
762
RunnableKind::Bench { .. } => "Run Bench",
763
RunnableKind::Bin => "Run",
764
}
0 commit comments