Fix incorrect numbering in CompletionItemKind

This was broken in 164eb31bd4
This commit is contained in:
Guillaume Martres 2017-01-06 19:28:49 +01:00
parent ab04853401
commit 6c6f04c058

View file

@ -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.