-
Notifications
You must be signed in to change notification settings - Fork 314
Part 2: Update the struct definitions to match version 3.14 of the LSP spec #206
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
Conversation
b8b544a
to
41e03bd
Compare
@swift-ci Please test |
|
||
public enum TextDocumentSyncOptionsWrapper: Codable, Hashable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we decode sync kind to be TextDocumentSyncOptions
with all other fields nil
?
c9d1677
to
4c07ec7
Compare
Thanks for the review. I updated @swift-ci Please test |
@swift-ci Please test |
Part 2 of #202.