mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
make LanguageStatusItem#detail optional, https://github.com/microsoft/vscode/issues/129037
This commit is contained in:
@@ -101,7 +101,7 @@ export class ExtHostLanguages implements ExtHostLanguagesShape {
|
||||
source: extension.displayName ?? extension.name,
|
||||
selector: data.selector,
|
||||
label: data.text,
|
||||
detail: data.detail,
|
||||
detail: data.detail ?? '',
|
||||
needsAttention: data.needsAttention,
|
||||
command: data.command && this._commands.toInternal(data.command, commandDisposables),
|
||||
accessibilityInfo: data.accessibilityInformation
|
||||
|
||||
Reference in New Issue
Block a user