We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c071fd8 commit 41f9327Copy full SHA for 41f9327
capabilities_client.go
@@ -927,7 +927,7 @@ type SemanticTokensWorkspaceClientCapabilitiesRequests struct {
927
928
// Full is the client will send the "textDocument/semanticTokens/full" request
929
// if the server provides a corresponding handler.
930
- Full bool `json:"full,omitempty"` // delta?: boolean
+ Full interface{} `json:"full,omitempty"`
931
}
932
933
// LinkedEditingRangeClientCapabilities capabilities specific to "textDocument/linkedEditingRange" requests.
0 commit comments