提交 01da7b52 编写于 作者: A Andre Weinand

use TypeLabelProvider for LoadedScriptsView

上级 99280158
......@@ -405,6 +405,9 @@ export class LoadedScriptsView extends ViewletPanel {
identityProvider: {
getId: element => element.getId()
},
typeLabelProvider: {
getTypeLabel: element => element.getLabel()
},
filter: this.filter,
accessibilityProvider: new LoadedSciptsAccessibilityProvider(),
ariaLabel: nls.localize({ comment: ['Debug is a noun in this context, not a verb.'], key: 'loadedScriptsAriaLabel' }, "Debug Loaded Scripts"),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册