From 74fd0841d0d7148127e586fce4c550a01ff40e90 Mon Sep 17 00:00:00 2001 From: christine betts Date: Tue, 12 Aug 2025 20:08:47 +0000 Subject: [ide-mode] Update installation logic and nudge (#6068) --- packages/cli/src/ui/commands/ideCommand.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/cli/src/ui/commands') diff --git a/packages/cli/src/ui/commands/ideCommand.ts b/packages/cli/src/ui/commands/ideCommand.ts index f53047ef..23af2e48 100644 --- a/packages/cli/src/ui/commands/ideCommand.ts +++ b/packages/cli/src/ui/commands/ideCommand.ts @@ -8,7 +8,7 @@ import { Config, DetectedIde, IDEConnectionStatus, - getIdeDisplayName, + getIdeInfo, getIdeInstaller, IdeClient, type File, @@ -132,7 +132,7 @@ export const ideCommand = (config: Config | null): SlashCommand | null => { content: `IDE integration is not supported in your current environment. To use this feature, run Gemini CLI in one of these supported IDEs: ${Object.values( DetectedIde, ) - .map((ide) => getIdeDisplayName(ide)) + .map((ide) => getIdeInfo(ide).displayName) .join(', ')}`, }) as const, }; -- cgit v1.2.3