mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix typo in v3.16 semantic tokens section
Fixes minor typo in the semantic tokens section in v3.16 specification. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
5f822d3a0b
commit
18f4eabdb1
1 changed files with 1 additions and 1 deletions
|
|
@ -5955,7 +5955,7 @@ export interface CallHierarchyOutgoingCall {
|
|||
|
||||
> *Since version 3.16.0*
|
||||
|
||||
The request is sent from the client to the server to resolve semantic tokens for a given file. Semantic tokens are used to add additional color informaiton to a file that depends on language specific symbol information. A semantic token request usually produces a large result. The protocol therefore supports encoding tokens with numbers. In addition optional support for deltas is available.
|
||||
The request is sent from the client to the server to resolve semantic tokens for a given file. Semantic tokens are used to add additional color information to a file that depends on language specific symbol information. A semantic token request usually produces a large result. The protocol therefore supports encoding tokens with numbers. In addition optional support for deltas is available.
|
||||
|
||||
_General Concepts_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue