Skip to content

Commit 4062e81

Browse files
committed
bug fix: opened chatgpt instead of codegpt panel
1 parent 4b27dde commit 4062e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class CodeGPTViewProvider implements vscode.WebviewViewProvider {
198198

199199
// focus gpt activity from activity bar
200200
if (!this._view) {
201-
await vscode.commands.executeCommand('chatgpt.chatView.focus');
201+
await vscode.commands.executeCommand('codegpt.chatView.focus');
202202
} else {
203203
this._view?.show?.(true);
204204
}

0 commit comments

Comments
 (0)