File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,32 @@ const config: Config = {
9797 } ,
9898 ] ,
9999 } ,
100+ {
101+ title : 'GitHub' ,
102+ items : [
103+ {
104+ label : 'Issues' ,
105+ href : 'https://github.com/RooVetGit/Roo-Code/issues' ,
106+ } ,
107+ {
108+ label : 'Feature Requests' ,
109+ href : 'https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop' ,
110+ } ,
111+ ] ,
112+ } ,
113+ {
114+ title : 'Download' ,
115+ items : [
116+ {
117+ label : 'VS Code Marketplace' ,
118+ href : 'https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline' ,
119+ } ,
120+ {
121+ label : 'Open VSX Registry' ,
122+ href : 'https://open-vsx.org/extension/RooVeterinaryInc/roo-cline' ,
123+ } ,
124+ ] ,
125+ } ,
100126 ] ,
101127 } ,
102128 prism : {
You can’t perform that action at this time.
0 commit comments