mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
IDE integration Gemini command multi-folder support + bump version (#6265)
Co-authored-by: matt korwel <matt.korwel@gmail.com>
This commit is contained in:
@@ -106,8 +106,7 @@ class VsCodeInstaller implements IdeInstaller {
|
||||
child_process.execSync(command, { stdio: 'pipe' });
|
||||
return {
|
||||
success: true,
|
||||
message:
|
||||
'VS Code companion extension was installed successfully. Please restart your terminal to complete the setup.',
|
||||
message: 'VS Code companion extension was installed successfully.',
|
||||
};
|
||||
} catch (_error) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user