Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add file level operations to WorkspaceEdit #163

Merged
merged 1 commit into from
Feb 27, 2018

Conversation

gorkem
Copy link
Contributor

@gorkem gorkem commented Feb 23, 2018

Adds the new ResourceChange change type to WorkspaceEdit
also augments the WorkspaceEditCapabilities with the
new resourceChanges capability

See also: microsoft/vscode-languageserver-node#295
microsoft/language-server-protocol#272

Copy link
Contributor

@spoenemann spoenemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Just a little detail to correct, see below.

* otherwise it is null.
*
*/
@NonNull
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment implies that this can be null, so the annotation should be removed.

Adds the new ResourceChange change type to WorkspaceEdit
also augments the WorkspaceEditCapabilities with the
new resourceChanges capability

Signed-off-by: Gorkem Ercan <gorkem.ercan@gmail.com>
@gorkem
Copy link
Contributor Author

gorkem commented Feb 26, 2018

Removed the NonNull annotation.

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.

None yet

2 participants