mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
feat: 兼容宿主机在不同ide上的instal提示
This commit is contained in:
parent
b3b2bc6ad5
commit
34d8dbf9b2
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ export const ideCommand = async (): Promise<SlashCommand> => {
|
|||
} else {
|
||||
// NO VS Code
|
||||
type = 'info';
|
||||
message = `Automatic installation is not supported for ${ideName}. Please install '${QWEN_CODE_COMPANION_EXTENSION_NAME}' in VS Code. If you have installed it before, please ignore the reminder and directly connect the ide extension`;
|
||||
message = `Automatic installation is not supported for ${ideName}. Please install the extension manually or install '${QWEN_CODE_COMPANION_EXTENSION_NAME}' in VS Code. If you have installed it before, please ignore the reminder and directly connect the ide extension`;
|
||||
}
|
||||
|
||||
context.ui.addItem(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue