mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
finalize api for #91541
This commit is contained in:
Vendored
+3
-1
@@ -3692,7 +3692,9 @@ declare module 'vscode' {
|
||||
Struct = 21,
|
||||
Event = 22,
|
||||
Operator = 23,
|
||||
TypeParameter = 24
|
||||
TypeParameter = 24,
|
||||
User = 25,
|
||||
Issue = 26,
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Vendored
-9
@@ -2044,15 +2044,6 @@ declare module 'vscode' {
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region https://github.com/microsoft/vscode/issues/91541
|
||||
|
||||
export enum CompletionItemKind {
|
||||
User = 25,
|
||||
Issue = 26,
|
||||
}
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region https://github.com/microsoft/vscode/issues/94637
|
||||
|
||||
export interface SignatureInformation {
|
||||
|
||||
Reference in New Issue
Block a user