Skip to content

Commit 40ee5cf

Browse files
authored
Remove help button from title bar (RooCodeInc#3150)
1 parent 98adb04 commit 40ee5cf

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

package.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@
110110
"title": "%command.settings.title%",
111111
"icon": "$(settings-gear)"
112112
},
113-
{
114-
"command": "roo-cline.helpButtonClicked",
115-
"title": "%command.documentation.title%",
116-
"icon": "$(question)"
117-
},
118113
{
119114
"command": "roo-cline.openInNewTab",
120115
"title": "%command.openInNewTab.title%",
@@ -247,11 +242,6 @@
247242
"command": "roo-cline.settingsButtonClicked",
248243
"group": "navigation@6",
249244
"when": "view == roo-cline.SidebarProvider"
250-
},
251-
{
252-
"command": "roo-cline.helpButtonClicked",
253-
"group": "navigation@7",
254-
"when": "view == roo-cline.SidebarProvider"
255245
}
256246
],
257247
"editor/title": [
@@ -284,11 +274,6 @@
284274
"command": "roo-cline.settingsButtonClicked",
285275
"group": "navigation@6",
286276
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
287-
},
288-
{
289-
"command": "roo-cline.helpButtonClicked",
290-
"group": "navigation@7",
291-
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
292277
}
293278
]
294279
},

src/activate/registerCommands.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@ const getCommandsMap = ({ context, outputChannel, provider }: RegisterCommandOpt
128128

129129
visibleProvider.postMessageToWebview({ type: "action", action: "historyButtonClicked" })
130130
},
131-
"roo-cline.helpButtonClicked": () => {
132-
telemetryService.captureTitleButtonClicked("help")
133-
134-
vscode.env.openExternal(vscode.Uri.parse("https://docs.roocode.com"))
135-
},
136131
"roo-cline.showHumanRelayDialog": (params: { requestId: string; promptText: string }) => {
137132
const panel = getPanel()
138133

0 commit comments

Comments
 (0)