Skip to content

Commit 8ffad3b

Browse files
authored
Merge pull request #598 from devchat-ai/feat/auto-open-plugin-window
feat: Add auto-activation of chat panel
2 parents 17f7a28 + e8b0909 commit 8ffad3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/contributes/commands.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ export function registerInstallCommandsCommand(
240240

241241
await sendCommandListByDevChatRun();
242242
}
243+
244+
// Ensure the panel is activated
245+
await ensureChatPanel(context);
243246
}
244247
);
245248

0 commit comments

Comments
 (0)