提交 8fce8cce 编写于 作者: J Joao Moreno

fixes #52658

上级 e4279700
......@@ -85,7 +85,7 @@ export class ExtensionsListView extends ViewletPanel {
const delegate = new Delegate();
const renderer = this.instantiationService.createInstance(Renderer);
this.list = this.instantiationService.createInstance(WorkbenchPagedList, this.extensionsList, delegate, [renderer], {
ariaLabel: localize('extensions', "Extensions"),
ariaLabel: localize('extensions', "Extensions. Use the navigation keys to navigate extensions."),
multipleSelectionSupport: false
}) as WorkbenchPagedList<IExtension>;
this.disposables.push(this.list);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册