mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-24 06:11:11 -05:00
Make react build task; add react-textarea-autosize; add settings button; add settings page; get basic chat interface working
This commit is contained in:
18
package.json
18
package.json
@@ -32,15 +32,25 @@
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"command": "claude-dev.menuButtonTapped",
|
||||
"title": "Text that will show when hovered",
|
||||
"icon": "$(clear-all)"
|
||||
"command": "claude-dev.plusButtonTapped",
|
||||
"title": "New Task",
|
||||
"icon": "$(add)"
|
||||
},
|
||||
{
|
||||
"command": "claude-dev.settingsButtonTapped",
|
||||
"title": "Settings",
|
||||
"icon": "$(settings-gear)"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"view/title": [
|
||||
{
|
||||
"command": "claude-dev.menuButtonTapped",
|
||||
"command": "claude-dev.plusButtonTapped",
|
||||
"group": "navigation",
|
||||
"when": "view == claude-dev.SidebarProvider"
|
||||
},
|
||||
{
|
||||
"command": "claude-dev.settingsButtonTapped",
|
||||
"group": "navigation",
|
||||
"when": "view == claude-dev.SidebarProvider"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user