Skip to content

DidChange might only have new text#198

Merged
dbaeumer merged 1 commit intomicrosoft:masterfrom
ljw1004:master
Mar 9, 2017
Merged

DidChange might only have new text#198
dbaeumer merged 1 commit intomicrosoft:masterfrom
ljw1004:master

Conversation

@ljw1004
Copy link
Contributor

@ljw1004 ljw1004 commented Mar 8, 2017

Currently the spec says that TextDocumentContentChangeEvent.text contains the new text of the document.

I assume that, if the server requested incremental changes and if the client obliged by sending a range+rangelength, then the text field merely contains the new text of the range.

Currently the spec says that `TextDocumentContentChangeEvent.text` contains the new text of the *document*.

I assume that, if the server requested incremental changes and if the client obliged by sending a range+rangelength, then the `text` field merely contains the new text of the *range*.
@msftclas
Copy link

msftclas commented Mar 8, 2017

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@dbaeumer
Copy link
Member

dbaeumer commented Mar 9, 2017

Correct !

@dbaeumer dbaeumer merged commit 2f5f03b into microsoft:master Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants