mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
CompletionItemLabel#label -> name
This commit is contained in:
@@ -337,7 +337,7 @@ export class MainThreadLanguageFeatures implements MainThreadLanguageFeaturesSha
|
||||
const label = data[ISuggestDataDtoField.label];
|
||||
const labelText = typeof label === 'string'
|
||||
? label
|
||||
: label.label;
|
||||
: label.name;
|
||||
|
||||
return {
|
||||
label: data[ISuggestDataDtoField.label],
|
||||
|
||||
Reference in New Issue
Block a user