Make sure there are no commands in code actions

This commit is contained in:
Aleksey Kladov
2020-07-11 11:46:31 +02:00
parent 0366a85052
commit 0f0c5081c0
8 changed files with 3 additions and 9 deletions

View File

@@ -651,7 +651,6 @@ pub(crate) fn unresolved_code_action(
group: assist.group.filter(|_| snap.config.client_caps.code_action_group).map(|gr| gr.0),
kind: Some(code_action_kind(assist.id.1)),
edit: None,
command: None,
};
Ok(res)
}