You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Testing - #86415 #585 #92273
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:
While doing this, please check that the API is available without any proposed API flags and that the JSDoc comments make sense.
The text was updated successfully, but these errors were encountered: