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

@@ -762,7 +762,6 @@ fn handle_fixes(
group: None,
kind: Some(lsp_types::code_action_kind::QUICKFIX.into()),
edit: Some(edit),
command: None,
};
res.push(action);
}