File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -745,6 +745,7 @@ type CodeAction struct {
745
745
// CodeActionRegistrationOptions CodeAction Registrationi options.
746
746
type CodeActionRegistrationOptions struct {
747
747
TextDocumentRegistrationOptions
748
+
748
749
CodeActionOptions
749
750
}
750
751
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ type RegistrationParams struct {
24
24
25
25
// TextDocumentRegistrationOptions TextDocumentRegistration options.
26
26
type TextDocumentRegistrationOptions struct {
27
-
28
27
// DocumentSelector a document selector to identify the scope of the registration. If set to null
29
28
// the document selector provided on the client side will be used.
30
29
DocumentSelector DocumentSelector `json:"documentSelector"`
You can’t perform that action at this time.
0 commit comments