Skip to content

Commit 4139c81

Browse files
committed
Add ellipsis to report perf issue, like microsoft/vscode-python#17547
1 parent be71eb8 commit 4139c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/issue/electron-sandbox/issueActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class ReportPerformanceIssueUsingReporterAction extends Action2 {
3737
constructor() {
3838
super({
3939
id: ReportPerformanceIssueUsingReporterAction.ID,
40-
title: { value: localize({ key: 'reportPerformanceIssue', comment: [`Here, 'issue' means problem or bug`] }, "Report Performance Issue"), original: 'Report Performance Issue' },
40+
title: { value: localize({ key: 'reportPerformanceIssue', comment: [`Here, 'issue' means problem or bug`] }, "Report Performance Issue..."), original: 'Report Performance Issue' },
4141
category: CATEGORIES.Help,
4242
f1: true
4343
});

0 commit comments

Comments
 (0)