mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01:00
add default case
This commit is contained in:
+5
-1
@@ -34,7 +34,11 @@ export function getAccessibilityHelpText(keybindingService: IKeybindingService,
|
||||
content.push(localize('interactiveSession.acceptReject', "Tab again to reach the accept/reject buttons, which will accept or reject the change."));
|
||||
break;
|
||||
case 'explain':
|
||||
// TODO once we've decided on an approach
|
||||
// TODO: once we've decided on an approach
|
||||
break;
|
||||
default:
|
||||
content.push(localize('interactiveSession.toolbar', "Tab again to reach the toolbar."));
|
||||
content.push(localize('interactiveSession.toolbarButtons', "Tab again to focus the response."));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user