We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b27dde commit 4062e81Copy full SHA for 4062e81
src/extension.ts
@@ -198,7 +198,7 @@ class CodeGPTViewProvider implements vscode.WebviewViewProvider {
198
199
// focus gpt activity from activity bar
200
if (!this._view) {
201
- await vscode.commands.executeCommand('chatgpt.chatView.focus');
+ await vscode.commands.executeCommand('codegpt.chatView.focus');
202
} else {
203
this._view?.show?.(true);
204
}
0 commit comments