Skip to content

Commit

Permalink
when text document sync is just a sync kind send didSave without text
Browse files Browse the repository at this point in the history
  • Loading branch information
gabydd committed Dec 16, 2023
1 parent bf7c4e1 commit 3bfae44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helix-lsp/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,8 @@ impl Client {
// Supported(false)
_ => return None,
},
// see: https://github.com/microsoft/language-server-protocol/issues/288
Some(lsp::TextDocumentSyncCapability::Kind(..)) => false,
// unsupported
_ => return None,
};
Expand Down

0 comments on commit 3bfae44

Please sign in to comment.