-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 some missing LSP protocol definitions #74068
Conversation
/// <summary> | ||
/// Class representing the registration options for on auto insert support. | ||
/// </summary> | ||
internal class VSInternalDocumentOnAutoInsertRegistrationOptions : VSInternalDocumentOnAutoInsertOptions, ITextDocumentRegistrationOptions, IStaticRegistrationOptions |
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.
I noticed that VSInternalDocumentOnAutoInsertOptions
doesn't use JsonPropertyName
but still DataMember
. We need to update all of those as well so they serialize correctly.
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.
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.
Hah, I see what happened. I made sure I was looking at main but I ended up in your fork :)
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.
That's what I get for using the go to definition feature in a PR :)
/azp run roslyn-integration-CI |
Azure Pipelines successfully started running 1 pipeline(s). |
Used by xaml