Closed
Description
Complexity: 4
Use the sample at https://github.com/microsoft/vscode-extension-samples/tree/master/semantic-tokens-sample
The sample implements a full document semantic tokens provider. Please implement a document range semantic tokens provider by doing small edits to the existing sample. Please check that:
- when opening a file, first a request to the document range provider is made
- once the request to the document provider is complete, no further requests are made to the document range provider
While doing this, please check that the API is available without any proposed API flags and that the JSDoc comments make sense.