- result:
SemanticTokens | null where SemanticTokensDelta
We have the above typo in the specification for the textDocument/semanticTokens/range request at the moment.
Is the textDocument/semanticTokens/range request supposed to just return tokens as-is starting at some arbitrary visible line or is it supposed to create and return SemanticTokensDelta based on how far the user has scrolled...? 🤔 I'm going to assume the former because the latter doesn't seem to make any sense?
We have the above typo in the specification for the
textDocument/semanticTokens/rangerequest at the moment.Is the
textDocument/semanticTokens/rangerequest supposed to just return tokens as-is starting at some arbitrary visible line or is it supposed to create and returnSemanticTokensDeltabased on how far the user has scrolled...? 🤔 I'm going to assume the former because the latter doesn't seem to make any sense?