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

Update client capabilities to LSP 3.17 #774

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

ahoppen
Copy link
Contributor

@ahoppen ahoppen commented Jul 18, 2023

Apparently, I only updated server capabilities and not client capabilities in #671.

@ahoppen ahoppen requested a review from bnbarham July 18, 2023 23:01
@ahoppen
Copy link
Contributor Author

ahoppen commented Jul 18, 2023

@swift-ci Please test

@MaxDesiatov
Copy link
Contributor

@swift-ci test windows

public struct ShowDocument: Hashable, Codable {
/// The client has support for the show document
/// request.
public var support: Bool?
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't optional in the spec. Do we usually just leave as optional and treat nil as false regardless?

@ahoppen ahoppen force-pushed the ahoppen/update-client-capabilities branch from 360ef2d to 654a188 Compare July 22, 2023 04:41
@ahoppen ahoppen force-pushed the ahoppen/update-client-capabilities branch from 654a188 to fa35a39 Compare July 22, 2023 04:43
@ahoppen
Copy link
Contributor Author

ahoppen commented Jul 22, 2023

@swift-ci Please test

@ahoppen
Copy link
Contributor Author

ahoppen commented Jul 22, 2023

@swift-ci Please test Windows

@ahoppen ahoppen merged commit 9bccd16 into swiftlang:main Jul 23, 2023
@ahoppen ahoppen deleted the ahoppen/update-client-capabilities branch July 23, 2023 03:12
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