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)
pull/3017/head
Gokul Soumya 2 years ago committed by GitHub
parent b7a3531b8f
commit 21b66ba068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save