WIP: Start on applying code actions
This commit is contained in:
parent
dc20be256e
commit
982e90539d
6 changed files with 154 additions and 32 deletions
|
@ -247,6 +247,10 @@ impl LanguageServer {
|
|||
],
|
||||
},
|
||||
}),
|
||||
data_support: Some(true),
|
||||
resolve_support: Some(CodeActionCapabilityResolveSupport {
|
||||
properties: vec!["edit".to_string()],
|
||||
}),
|
||||
..Default::default()
|
||||
}),
|
||||
completion: Some(CompletionClientCapabilities {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue