mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Drop string from label2 for #39441
This commit is contained in:
@@ -1368,7 +1368,7 @@ export interface CompletionItemLabel {
|
||||
export class CompletionItem implements vscode.CompletionItem {
|
||||
|
||||
label: string;
|
||||
label2?: string | CompletionItemLabel;
|
||||
label2?: CompletionItemLabel;
|
||||
kind?: CompletionItemKind;
|
||||
tags?: CompletionItemTag[];
|
||||
detail?: string;
|
||||
|
||||
Reference in New Issue
Block a user