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 41f9327 commit d839b82Copy full SHA for d839b82
capabilities_client.go
@@ -926,7 +926,9 @@ type SemanticTokensWorkspaceClientCapabilitiesRequests struct {
926
Range bool `json:"range,omitempty"`
927
928
// Full is the client will send the "textDocument/semanticTokens/full" request
929
- // if the server provides a corresponding handler.
+ // if the server provides a corresponding handler. The client will send the
930
+ // `textDocument/semanticTokens/full/delta` request if the server provides a
931
+ // corresponding handler.
932
Full interface{} `json:"full,omitempty"`
933
}
934
0 commit comments