Cleanup lsp extensions on the client side

This commit is contained in:
Aleksey Kladov
2020-05-25 14:56:26 +02:00
parent 8686d0b0ac
commit a30bdd9795
9 changed files with 93 additions and 137 deletions

View File

@@ -50,7 +50,7 @@ impl Request for ExpandMacro {
#[serde(rename_all = "camelCase")]
pub struct ExpandMacroParams {
pub text_document: TextDocumentIdentifier,
pub position: Option<Position>,
pub position: Position,
}
#[derive(Deserialize, Serialize, Debug)]