Skip to content

Commit c2e40c8

Browse files
authored
Merge pull request microsoft#182891 from microsoft/merogge/fix-bug
rm part of help message for chat
2 parents 2fbd1ae + ac85343 commit c2e40c8

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
@@ -43,7 +43,6 @@ export function getAccessibilityHelpText(accessor: ServicesAccessor, type: 'chat
4343
content.push(localize('interactiveSession.toolbarButtons', "Tab again to focus the response."));
4444
}
4545
}
46-
content.push(localize('interactiveSession.exit', "Use Escape outside of this help menu to exit the session."));
4746
return content.join('\n');
4847
}
4948

0 commit comments

Comments
 (0)