removing account button for now so we can merge to build on top of this framework

This commit is contained in:
pashpashpash 2025-01-22 16:40:43 -08:00
parent 4f7cd7fb20
commit fa5b8616cf

View File

@ -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"
}
]
},