Skip to content

Commit 172be53

Browse files
committed
FIx foucs
1 parent 6ba4dd3 commit 172be53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export function activate(context: vscode.ExtensionContext) {
215215

216216
context.subscriptions.push(
217217
vscode.commands.registerCommand("roo-cline.focus", async (...args: any[]) => {
218-
await vscode.commands.executeCommand("roo-cline.SidebarProvider.focus")
218+
await vscode.commands.executeCommand("pearai-roo-cline.SidebarProvider.focus")
219219
}),
220220
)
221221
// Implements the `RooCodeAPI` interface.

0 commit comments

Comments
 (0)