| Summary: | [lsp] Orion does not consider TextDocumentSyncOptions from the server | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Remy Suen <remy.suen> |
| Component: | Client | Assignee: | Remy Suen <remy.suen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Olivier_Thomann |
| Version: | unspecified | ||
| Target Milestone: | 15.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://github.com/eclipse/orion.client/pull/87 | ||
| Whiteboard: | |||
|
Description
Remy Suen
Fix pushed to the java-lsp branch. https://github.com/eclipse/orion.client/commit/83ed03ca018d6f83c94fbc789fb850d9f4bfd3fd Fixed the synchronization code. Looks like I got it wrong and I should be including the event's text in the document as the event is sent out before the document has actually been modified. https://github.com/eclipse/orion.client/commit/86944a9ac50b72944d8b8d2db9b1698360d46f2d GitHub Pull Request 87 created by [rcjsuen] https://github.com/eclipse/orion.client/pull/87 |