Skip to content

Commit 2959f41

Browse files
authored
Merge pull request microsoft#183966 from microsoft/merogge/ibe
make message more generic for interactive editor help
2 parents d11a643 + 48f4682 commit 2959f41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ export function getAccessibilityHelpText(accessor: ServicesAccessor, type: 'chat
4343
content.push(localize('interactiveSession.explain', "/explain commands will be run in the chat view."));
4444
content.push(localize('interactiveSession.chatViewFocus', "To focus the chat view, run the GitHub Copilot: Focus on GitHub Copilot View command, which will focus the input box."));
4545
} else {
46-
content.push(localize('interactiveSession.toolbar', "Tab again to reach the action bar, if any, which can be navigated with Left/RightArrow."));
47-
content.push(localize('interactiveSession.toolbarButtons', "Tab again to focus the response."));
46+
content.push(localize('interactiveSession.toolbar', "Use tab to reach conditional parts like commands, status message, message responses and more."));
4847
}
4948
}
5049
return content.join('\n');

0 commit comments

Comments
 (0)