File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -233,18 +233,6 @@ type FileDelete struct {
233
233
URI string `json:"uri"`
234
234
}
235
235
236
- // ReferencesParams params of References Request.
237
- //
238
- // @since 3.15.0.
239
- type ReferencesParams struct {
240
- TextDocumentPositionParams
241
- WorkDoneProgressParams
242
- PartialResultParams
243
-
244
- // Context is the ReferenceParams context.
245
- Context ReferenceContext `json:"context"`
246
- }
247
-
248
236
// DocumentHighlightOptions registration option of DocumentHighlight server capability.
249
237
//
250
238
// @since 3.15.0.
Original file line number Diff line number Diff line change @@ -596,10 +596,15 @@ type SignatureHelpRegistrationOptions struct {
596
596
TriggerCharacters []string `json:"triggerCharacters,omitempty"`
597
597
}
598
598
599
- // ReferenceParams params of Find References Request.
599
+ // ReferenceParams params of References Request.
600
+ //
601
+ // @since 3.15.0.
600
602
type ReferenceParams struct {
601
603
TextDocumentPositionParams
604
+ WorkDoneProgressParams
605
+ PartialResultParams
602
606
607
+ // Context is the ReferenceParams context.
603
608
Context ReferenceContext `json:"context"`
604
609
}
605
610
You can’t perform that action at this time.
0 commit comments