Add ellipsis to report perf issue, like https://github.com/microsoft/vscode-python/issues/17547

上级 be71eb88
......@@ -37,7 +37,7 @@ export class ReportPerformanceIssueUsingReporterAction extends Action2 {
constructor() {
super({
id: ReportPerformanceIssueUsingReporterAction.ID,
title: { value: localize({ key: 'reportPerformanceIssue', comment: [`Here, 'issue' means problem or bug`] }, "Report Performance Issue"), original: 'Report Performance Issue' },
title: { value: localize({ key: 'reportPerformanceIssue', comment: [`Here, 'issue' means problem or bug`] }, "Report Performance Issue..."), original: 'Report Performance Issue' },
category: CATEGORIES.Help,
f1: true
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册