|
|
@@ -99,6 +99,11 @@
|
|
|
"title": "Settings",
|
|
|
"icon": "$(settings-gear)"
|
|
|
},
|
|
|
+ {
|
|
|
+ "command": "roo-cline.helpButtonClicked",
|
|
|
+ "title": "Documentation",
|
|
|
+ "icon": "$(question)"
|
|
|
+ },
|
|
|
{
|
|
|
"command": "roo-cline.openInNewTab",
|
|
|
"title": "Open In New Tab",
|
|
|
@@ -225,6 +230,11 @@
|
|
|
"command": "roo-cline.settingsButtonClicked",
|
|
|
"group": "navigation@6",
|
|
|
"when": "view == roo-cline.SidebarProvider"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "command": "roo-cline.helpButtonClicked",
|
|
|
+ "group": "navigation@7",
|
|
|
+ "when": "view == roo-cline.SidebarProvider"
|
|
|
}
|
|
|
]
|
|
|
},
|