Skip to content

Conversation

TheAngryByrd
Copy link
Member

@TheAngryByrd TheAngryByrd commented Aug 15, 2024

WHAT

Just showing the changes to the 3.18.0 spec. No real action here yet until it's really released.

WHY

HOW

copilot:walkthrough

member x.DocumentSelector = x.DocumentSelector

type RegistrationParams = { Registrations: Registration[] }
type UnregistrationParams = { Unregisterations: Unregistration[] }
Copy link
Contributor

Choose a reason for hiding this comment

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

typo in the metamodel here maybe? Unregisterations isn't a word, Unregistrations would be (ish).

Copy link
Member Author

Choose a reason for hiding this comment

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

// This should correctly be named `unregistrations`. However, changing this
// is a breaking change and needs to wait until we deliver a 4.x version
// of the specification.

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#unregistrationParams

Copy link
Contributor

Choose a reason for hiding this comment

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

that's amazing :D

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