We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee2b51 commit c197744Copy full SHA for c197744
lsp_capabilities_server.go
@@ -786,10 +786,10 @@ type SemanticTokensOptions struct {
786
787
// Server supports providing semantic tokens for a full document.
788
// type: boolean | { delta?: boolean }
789
- Full *SemantiTokenFullOptions `json:"full,omitempty"`
+ Full *SemanticTokenFullOptions `json:"full,omitempty"`
790
}
791
792
-type SemantiTokenFullOptions struct {
+type SemanticTokenFullOptions struct {
793
// The server supports deltas for full documents.
794
Delta bool `json:"delta,omitempty"`
795
0 commit comments