mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix incorrect numbering in CompletionItemKind
This was broken in 164eb31bd4
This commit is contained in:
parent
ab04853401
commit
6c6f04c058
1 changed files with 1 additions and 1 deletions
|
|
@ -1788,7 +1788,7 @@ export namespace CompletionItemKind {
|
|||
export const Snippet = 15;
|
||||
export const Color = 16;
|
||||
export const File = 17;
|
||||
export const Reference = 1;
|
||||
export const Reference = 18;
|
||||
}
|
||||
```
|
||||
* error: code and message set in case an exception happens during the completion request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue