未验证 提交 4f319cb9 编写于 作者: C Connor Shea

Add the formatter's extensionId as the description when picking a formatter.

上级 0ab39f41
......@@ -127,7 +127,8 @@ class DefaultFormatter extends Disposable implements IWorkbenchContribution {
const picks = formatter.map((formatter, index) => {
return <IIndexedPick>{
index,
label: formatter.displayName || formatter.extensionId || '?'
label: formatter.displayName || formatter.extensionId || '?',
description: formatter.extensionId || undefined
};
});
const langName = this._modeService.getLanguageName(document.getModeId()) || document.getModeId();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册