Skip to content

Commit d0ced2d

Browse files
committed
rm part of help message for chat
1 parent 0880f76 commit d0ced2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export function getAccessibilityHelpText(accessor: ServicesAccessor, type: 'chat
4242
content.push(localize('interactiveSession.toolbar', "Tab again to reach the action bar, if any, which can be navigated with Left/RightArrow."));
4343
content.push(localize('interactiveSession.toolbarButtons', "Tab again to focus the response."));
4444
}
45+
content.push(localize('interactiveSession.exit', "Use Escape outside of this help menu to exit the session."));
4546
}
46-
content.push(localize('interactiveSession.exit', "Use Escape outside of this help menu to exit the session."));
4747
return content.join('\n');
4848
}
4949

0 commit comments

Comments
 (0)