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:
parent
17f7a28f35
commit
e8b0909c3f
@ -240,6 +240,9 @@ export function registerInstallCommandsCommand(
|
|||||||
|
|
||||||
await sendCommandListByDevChatRun();
|
await sendCommandListByDevChatRun();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ensure the panel is activated
|
||||||
|
await ensureChatPanel(context);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user