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, and textDocument/semanticTokens/range, I get errors for textDocument/semanticTokens/full/delta and textDocument/semanticTokens/range.
- Should the registration options for each method be the same
SemanticTokensOptions? Should full and range be configured in those options or left out since they are registered individually?