Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ private void UpdateTextDocumentUri<TRequest>(TRequest request, DocumentUri uri,
ITextDocumentParams textDocumentParams => textDocumentParams.TextDocument,
// VSInternalDiagnosticParams doesn't implement the interface because the TextDocument property is nullable
VSInternalDiagnosticParams vsInternalDiagnosticParams => vsInternalDiagnosticParams.TextDocument,
// We don't implement the endpoint that uses this, but it's the only other thing, at time of writing, in the LSP
// protocol library that isn't handled by the above two cases.
VSInternalRelatedDocumentParams vsInternalRelatedDocumentParams => vsInternalRelatedDocumentParams.TextDocument,
VSCodeActionParams vsCodeActionParams => vsCodeActionParams.TextDocument,
_ => null
};
Expand Down