We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b015df3 commit a1f8937Copy full SHA for a1f8937
1 file changed
src/extension.ts
@@ -58,6 +58,7 @@ export function activate(context: vscode.ExtensionContext) {
58
console.dir(data)
59
context.secrets.store("pearai-token", data.accessToken)
60
context.secrets.store("pearai-refresh", data.refreshToken)
61
+ vscode.commands.executeCommand("roo-cline.plusButtonClicked")
62
}),
63
)
64
0 commit comments