feat: Add auto-activation of chat panel

- Implement ensureChatPanel function call in command
- Enhance user experience by automatically opening plugin window
- Improve workflow efficiency for DevChat interactions
This commit is contained in:
bobo.yang 2024-11-28 13:12:11 +08:00
parent 17f7a28f35
commit e8b0909c3f

View File

@ -240,6 +240,9 @@ export function registerInstallCommandsCommand(
await sendCommandListByDevChatRun();
}
// Ensure the panel is activated
await ensureChatPanel(context);
}
);