From d6403c67ee18971829736b78cca354f088f0aeee Mon Sep 17 00:00:00 2001 From: christine betts Date: Thu, 14 Aug 2025 14:57:36 +0000 Subject: [ide-mode] Suggest the extension name in the installation messages (#6182) --- packages/cli/src/ui/commands/ideCommand.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/cli') diff --git a/packages/cli/src/ui/commands/ideCommand.ts b/packages/cli/src/ui/commands/ideCommand.ts index 2dfad33c..b7cbea3d 100644 --- a/packages/cli/src/ui/commands/ideCommand.ts +++ b/packages/cli/src/ui/commands/ideCommand.ts @@ -7,6 +7,7 @@ import { Config, DetectedIde, + GEMINI_CLI_COMPANION_EXTENSION_NAME, IDEConnectionStatus, getIdeInfo, getIdeInstaller, @@ -170,7 +171,7 @@ export const ideCommand = (config: Config | null): SlashCommand | null => { context.ui.addItem( { type: 'error', - text: `No installer is available for ${ideClient.getDetectedIdeDisplayName()}. Please install the IDE companion manually from its marketplace.`, + text: `No installer is available for ${ideClient.getDetectedIdeDisplayName()}. Please install the '${GEMINI_CLI_COMPANION_EXTENSION_NAME}' extension manually from the marketplace.`, }, Date.now(), ); -- cgit v1.2.3