Skip to content

Commit 41f9327

Browse files
committed
Fix server capability for semantic tokens
1 parent c071fd8 commit 41f9327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capabilities_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ type SemanticTokensWorkspaceClientCapabilitiesRequests struct {
927927

928928
// Full is the client will send the "textDocument/semanticTokens/full" request
929929
// if the server provides a corresponding handler.
930-
Full bool `json:"full,omitempty"` // delta?: boolean
930+
Full interface{} `json:"full,omitempty"`
931931
}
932932

933933
// LinkedEditingRangeClientCapabilities capabilities specific to "textDocument/linkedEditingRange" requests.

0 commit comments

Comments
 (0)