Skip to content

Commit 2cbfba2

Browse files
authored
Merge pull request #1347 from rcjsuen/grammar-fix
Reorder words to fix the grammar
2 parents 53fd9da + 6ad6223 commit 2cbfba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_specifications/specification-3-16.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7840,7 +7840,7 @@ export interface SemanticTokensDeltaPartialResult {
78407840

78417841
**Requesting semantic tokens for a range**
78427842

7843-
When a user opens a file it can be beneficial to only compute the semantic tokens for the visible range (faster rendering of the tokens in the user interface). If a server can compute these tokens faster than for the whole file it can provide a handler for the `textDocument/semanticTokens/range` request to handle this case special. Please note that if a client also announces that it will send the `textDocument/semanticTokens/range` server should implement this request as well to allow for flicker free scrolling and semantic coloring of a minimap.
7843+
When a user opens a file it can be beneficial to only compute the semantic tokens for the visible range (faster rendering of the tokens in the user interface). If a server can compute these tokens faster than for the whole file it can provide a handler for the `textDocument/semanticTokens/range` request to handle this special case. Please note that if a client also announces that it will send the `textDocument/semanticTokens/range` server should implement this request as well to allow for flicker free scrolling and semantic coloring of a minimap.
78447844

78457845
_Request_:
78467846

_specifications/specification-3-17.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8592,7 +8592,7 @@ export interface SemanticTokensDeltaPartialResult {
85928592

85938593
**Requesting semantic tokens for a range**
85948594

8595-
When a user opens a file it can be beneficial to only compute the semantic tokens for the visible range (faster rendering of the tokens in the user interface). If a server can compute these tokens faster than for the whole file it can provide a handler for the `textDocument/semanticTokens/range` request to handle this case special. Please note that if a client also announces that it will send the `textDocument/semanticTokens/range` server should implement this request as well to allow for flicker free scrolling and semantic coloring of a minimap.
8595+
When a user opens a file it can be beneficial to only compute the semantic tokens for the visible range (faster rendering of the tokens in the user interface). If a server can compute these tokens faster than for the whole file it can provide a handler for the `textDocument/semanticTokens/range` request to handle this special case. Please note that if a client also announces that it will send the `textDocument/semanticTokens/range` server should implement this request as well to allow for flicker free scrolling and semantic coloring of a minimap.
85968596

85978597
_Request_:
85988598

0 commit comments

Comments
 (0)