- Notifications
You must be signed in to change notification settings - Fork 900
Closed
Description
I have a few questions about dynamic registration for the semantic tokens methods.
- Should they each be registered individually? When I register
textDocument/semanticTokens/full,textDocument/semanticTokens/full/delta, andtextDocument/semanticTokens/range, I get errors fortextDocument/semanticTokens/full/deltaandtextDocument/semanticTokens/range. - Should the registration options for each method be the same
SemanticTokensOptions? Shouldfullandrangebe configured in those options or left out since they are registered individually?
Metadata
Metadata
Assignees
Labels
No labels