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

Make WorkspaceEdit compatible with protocol 3.0. #35

Closed
wants to merge 1 commit into from

Conversation

autozimu
Copy link
Collaborator

@autozimu autozimu commented Jan 1, 2018

Note: the SerdeUrl/Serde can be replaced by Url once
servo/rust-url#304 is merged in.

@autozimu
Copy link
Collaborator Author

autozimu commented Jan 1, 2018

Affects autozimu/LanguageClient-neovim#217

Note: the SerdeUrl/Serde<Url> can be replaced by Url once
servo/rust-url#304 is merged in.
@Marwes
Copy link
Member

Marwes commented Jan 1, 2018

Thanks! I added a commit in #36 to restore the explicit url_map serialization to avoid exposing the wrapper. Since I had already done the work for the non-option map and this is the only place that it is used I just changed it to work on Option<Map<...>>.

@Marwes Marwes closed this in #36 Jan 1, 2018
@Marwes
Copy link
Member

Marwes commented Jan 1, 2018

Released as 0.21.0

@autozimu
Copy link
Collaborator Author

autozimu commented Jan 1, 2018

Make sense. Thanks.

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.

2 participants