mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
vscode api: introduce accessibilityInformation
This commit is contained in:
@@ -152,7 +152,8 @@ export class ExtHostTimeline implements IExtHostTimeline {
|
||||
command: item.command ? commandConverter.toInternal(item.command, disposables) : undefined,
|
||||
icon: icon,
|
||||
iconDark: iconDark,
|
||||
themeIcon: themeIcon
|
||||
themeIcon: themeIcon,
|
||||
accessibilityInformation: item.accessibilityInformation
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -188,4 +189,3 @@ export class ExtHostTimeline implements IExtHostTimeline {
|
||||
function getUriKey(uri: URI | undefined): string | undefined {
|
||||
return uri?.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user