Skip to content

Commit ac85343

Browse files
committed
rm entirely
1 parent d0ced2d commit ac85343

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ 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."));
4645
}
4746
return content.join('\n');
4847
}

0 commit comments

Comments
 (0)