fix code actions

This commit is contained in:
Aleksey Kladov 2018-09-29 21:59:34 +03:00
parent baaf027da0
commit 804e29402a

View file

@ -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);