Skip to content

Commit 23674cc

Browse files
committed
make message more generic for interactive editor help
1 parent 8038e0e commit 23674cc

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
@@ -39,8 +39,7 @@ export function getAccessibilityHelpText(accessor: ServicesAccessor, type: 'chat
3939
content.push(localize('interactiveSession.explain', "/explain commands will be run in the chat view."));
4040
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."));
4141
} else {
42-
content.push(localize('interactiveSession.toolbar', "Tab again to reach the action bar, if any, which can be navigated with Left/RightArrow."));
43-
content.push(localize('interactiveSession.toolbarButtons', "Tab again to focus the response."));
42+
content.push(localize('interactiveSession.toolbar', "Use tab to reach conditional parts like commands, status message, message responses and more"));
4443
}
4544
}
4645
return content.join('\n');

0 commit comments

Comments
 (0)