Skip to content

Commit

Permalink
[eclipse-theiaGH-9882] Add missing completion kind for monaco in plug…
Browse files Browse the repository at this point in the history
…in-api-rpc-model.ts

Signed-off-by: Petro Dzyuba <[email protected]>
  • Loading branch information
AirSeeker committed Aug 14, 2021
1 parent 6bdf64d commit 2121c35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/plugin-ext/src/common/plugin-api-rpc-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ export enum CompletionItemKind {
Customcolor = 22,
Folder = 23,
TypeParameter = 24,
Snippet = 25
User = 25,
Issue = 26,
Snippet = 27
}

export class IdObject {
Expand Down

0 comments on commit 2121c35

Please sign in to comment.