Incomplete refactor to allow for multiple adapters per language
This commit is contained in:
@@ -156,6 +156,7 @@ pub struct Completion {
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct CodeAction {
|
||||
pub server_id: usize,
|
||||
pub range: Range<Anchor>,
|
||||
pub lsp_action: lsp::CodeAction,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user