Skip to content

Commit af46c2e

Browse files
authored
Also open chat when making a new chat (#8440)
1 parent 5db43db commit af46c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1787,7 +1787,7 @@ ${contents}
17871787
if (isThread) {
17881788
// For threads, open the Chat view instead of inline chat
17891789
await vscode.commands.executeCommand(commands.NEW_CHAT, { inputValue: message, isPartialQuery: true, agentMode: true });
1790-
1790+
await vscode.commands.executeCommand(commands.OPEN_CHAT);
17911791
} else {
17921792
// For single comments, use inline chat
17931793
await vscode.commands.executeCommand('vscode.editorChat.start', {

0 commit comments

Comments
 (0)