Skip to content

Commit e83f087

Browse files
committed
Update the 'mode unavailable without context' message to 'Select files for context'
1 parent 970f76e commit e83f087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/view/frontend/home/HomeView/HomeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export const HomeView: React.FC<Props> = (props) => {
291291
'Remove text selection',
292292
code_completions_mode_unavailable_without_active_editor:
293293
'Place cursor anywhere',
294-
mode_unavailable_without_context: 'Select folders and files',
294+
mode_unavailable_without_context: 'Select files for context',
295295
search: 'Search history',
296296
websocket_not_connected:
297297
'Install or reload the browser extension',

0 commit comments

Comments
 (0)