Merge pull request #598 from devchat-ai/feat/auto-open-plugin-window
feat: Add auto-activation of chat panel
This commit is contained in:
commit
8ffad3b7db
@ -240,6 +240,9 @@ export function registerInstallCommandsCommand(
|
||||
|
||||
await sendCommandListByDevChatRun();
|
||||
}
|
||||
|
||||
// Ensure the panel is activated
|
||||
await ensureChatPanel(context);
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user