Skip to content

Commit d839b82

Browse files
committed
Refine documentation for "textDocument/semanticTokens/full" request
1 parent 41f9327 commit d839b82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

capabilities_client.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,9 @@ type SemanticTokensWorkspaceClientCapabilitiesRequests struct {
926926
Range bool `json:"range,omitempty"`
927927

928928
// Full is the client will send the "textDocument/semanticTokens/full" request
929-
// if the server provides a corresponding handler.
929+
// 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.
930932
Full interface{} `json:"full,omitempty"`
931933
}
932934

0 commit comments

Comments
 (0)