Skip to content

Commit 4fcec5e

Browse files
committed
include keybinding
1 parent 91c5f66 commit 4fcec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/debug/browser/debugActionViewItems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class StartDebugActionViewItem extends BaseActionViewItem {
7575
const keybindingLabel = keybinding ? ` (${keybinding})` : '';
7676
this.start.title = this.action.label + keybindingLabel;
7777
this.start.setAttribute('role', 'button');
78-
this.start.ariaLabel = nls.localize('startDebug', "Start Debugging");
78+
this.start.ariaLabel = this.start.title;
7979

8080
this.toDispose.push(dom.addDisposableListener(this.start, dom.EventType.CLICK, () => {
8181
this.start.blur();

0 commit comments

Comments
 (0)