mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 14:10:43 +00:00
[ide-mode] Suggest the extension name in the installation messages (#6182)
This commit is contained in:
parent
2fc1ef7d59
commit
d6403c67ee
4 changed files with 13 additions and 3 deletions
|
|
@ -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(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue