mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
fix code actions
This commit is contained in:
parent
baaf027da0
commit
804e29402a
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ pub fn handle_code_action(
|
|||
let edit = source_edit.try_conv_with(&world)?;
|
||||
let cmd = Command {
|
||||
title,
|
||||
command: "libsyntax-rust.applySourceChange".to_string(),
|
||||
command: "ra-lsp.applySourceChange".to_string(),
|
||||
arguments: Some(vec![to_value(edit).unwrap()]),
|
||||
};
|
||||
res.push(cmd);
|
||||
|
|
Loading…
Reference in a new issue