Fix server capabilities, add semantic tokens config option, fix semantic tokens basic implementation
This commit is contained in:
@@ -59,7 +59,7 @@ pub const ResponseParams = union(enum) {
|
||||
Location: Location,
|
||||
Hover: Hover,
|
||||
DocumentSymbols: []DocumentSymbol,
|
||||
SemanticTokens: struct { data: []u32 },
|
||||
SemanticTokens: struct { data: []const u32 },
|
||||
};
|
||||
|
||||
/// JSONRPC error
|
||||
|
||||
Reference in New Issue
Block a user