Merge pull request #598 from devchat-ai/feat/auto-open-plugin-window

feat: Add auto-activation of chat panel
This commit is contained in:
boob.yang 2024-11-28 13:16:05 +08:00 committed by GitHub
commit 8ffad3b7db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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