We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00d1ea commit b015df3Copy full SHA for b015df3
1 file changed
src/extension.ts
@@ -62,7 +62,7 @@ export function activate(context: vscode.ExtensionContext) {
62
)
63
64
context.subscriptions.push(
65
- vscode.commands.registerCommand("pearai-roo-cline.pearAILogout", async () => {
+ vscode.commands.registerCommand("pearai-roo-cline.pearaiLogout", async () => {
66
console.dir("Logged out of PearAI:")
67
context.secrets.delete("pearai-token")
68
context.secrets.delete("pearai-refresh")
0 commit comments