提交 63469358 编写于 作者: B Benjamin Pasero

avoid description for encoding

上级 646469dc
......@@ -854,7 +854,7 @@ export class ChangeEncodingAction extends Action {
aliasMatchIndex = index;
}
return { id: key, label: SUPPORTED_ENCODINGS[key].labelLong, description: key === configuredEncoding ? nls.localize('defaultEncoding', "Configured in Settings") : void 0 };
return { id: key, label: SUPPORTED_ENCODINGS[key].labelLong };
});
return this.quickOpenService.pick(picks, {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册