We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba4dd3 commit 172be53Copy full SHA for 172be53
1 file changed
src/extension.ts
@@ -215,7 +215,7 @@ export function activate(context: vscode.ExtensionContext) {
215
216
context.subscriptions.push(
217
vscode.commands.registerCommand("roo-cline.focus", async (...args: any[]) => {
218
- await vscode.commands.executeCommand("roo-cline.SidebarProvider.focus")
+ await vscode.commands.executeCommand("pearai-roo-cline.SidebarProvider.focus")
219
}),
220
)
221
// Implements the `RooCodeAPI` interface.
0 commit comments