This commit is contained in:
Johannes Rieken
2021-09-01 11:34:26 +02:00
parent b1c9c1fd54
commit 525345afe2
2 changed files with 2 additions and 2 deletions

View File

@@ -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