From fa5b8616cff80399abea1ea8ad2c099859735ac0 Mon Sep 17 00:00:00 2001 From: pashpashpash Date: Wed, 22 Jan 2025 16:40:43 -0800 Subject: [PATCH] removing account button for now so we can merge to build on top of this framework --- package.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package.json b/package.json index a6a84bd332..e96028f799 100644 --- a/package.json +++ b/package.json @@ -90,11 +90,6 @@ "title": "Settings", "icon": "$(settings-gear)" }, - { - "command": "cline.accountLoginClicked", - "title": "Account", - "icon": "$(account)" - }, { "command": "cline.openInNewTab", "title": "Open In New Tab", @@ -127,11 +122,6 @@ "command": "cline.settingsButtonClicked", "group": "navigation@5", "when": "view == claude-dev.SidebarProvider" - }, - { - "command": "cline.accountLoginClicked", - "group": "navigation@6", - "when": "view == claude-dev.SidebarProvider" } ] },