Update to LSP version 3.16 semantic tokens protocol
This commit is contained in:
@@ -56,7 +56,7 @@ pub const ResponseParams = union(enum) {
|
||||
Location: Location,
|
||||
Hover: Hover,
|
||||
DocumentSymbols: []DocumentSymbol,
|
||||
SemanticTokens: struct { data: []const u32 },
|
||||
SemanticTokensFull: struct { data: []const u32 },
|
||||
TextEdits: []TextEdit,
|
||||
Locations: []Location,
|
||||
WorkspaceEdit: WorkspaceEdit,
|
||||
|
||||
Reference in New Issue
Block a user