File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ type DocumentHighlightParams struct {
321
321
}
322
322
323
323
type DeclarationParams struct {
324
- * TextDocumentPositionParams
324
+ TextDocumentPositionParams
325
325
* WorkDoneProgressParams
326
326
* PartialResultParams
327
327
}
@@ -1141,7 +1141,7 @@ type SemanticTokensRangeParams struct {
1141
1141
}
1142
1142
1143
1143
type LinkedEditingRangeParams struct {
1144
- * TextDocumentPositionParams
1144
+ TextDocumentPositionParams
1145
1145
* WorkDoneProgressParams
1146
1146
}
1147
1147
@@ -1157,7 +1157,7 @@ type LinkedEditingRanges struct {
1157
1157
}
1158
1158
1159
1159
type MonikerParams struct {
1160
- * TextDocumentPositionParams
1160
+ TextDocumentPositionParams
1161
1161
* WorkDoneProgressParams
1162
1162
* PartialResultParams
1163
1163
}
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ type DidSaveTextDocumentParams struct {
122
122
}
123
123
124
124
type RenameParams struct {
125
- * TextDocumentPositionParams
125
+ TextDocumentPositionParams
126
126
* WorkDoneProgressParams
127
127
128
128
// The new name of the symbol. If the given name is not valid the
You can’t perform that action at this time.
0 commit comments