LSP: Add workspace.applyEdit client capabilities (#12313)

applyEdit is supported by the built-in client.
This commit is contained in:
Mathias Fußenegger 2020-05-14 18:56:33 +02:00 committed by GitHub
parent 02155f5c10
commit da6f38ab3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -703,6 +703,7 @@ function protocol.make_client_capabilities()
};
hierarchicalWorkspaceSymbolSupport = true;
};
applyEdit = true;
};
experimental = nil;
}