mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
lsp: Add workspace/applyEdit to client capabilites (#3012)
The functionality already existed, but the capability wasn't being
reported correctly to the server:
230ba264bf/helix-term/src/application.rs (L716-L728)
This commit is contained in:
parent
b7a3531b8f
commit
21b66ba068
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ impl Client {
|
|||
dynamic_registration: Some(false),
|
||||
}),
|
||||
workspace_folders: Some(true),
|
||||
apply_edit: Some(true),
|
||||
..Default::default()
|
||||
}),
|
||||
text_document: Some(lsp::TextDocumentClientCapabilities {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue