Make sure there are no commands in code actions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user