Skip to content

Commit a1f8937

Browse files
committed
Plus button working after login
1 parent b015df3 commit a1f8937

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export function activate(context: vscode.ExtensionContext) {
5858
console.dir(data)
5959
context.secrets.store("pearai-token", data.accessToken)
6060
context.secrets.store("pearai-refresh", data.refreshToken)
61+
vscode.commands.executeCommand("roo-cline.plusButtonClicked")
6162
}),
6263
)
6364

0 commit comments

Comments
 (0)