Make react build task; add react-textarea-autosize; add settings button; add settings page; get basic chat interface working

This commit is contained in:
Saoud Rizwan
2024-07-07 05:05:28 -04:00
parent b0f93bffe9
commit 08effc4799
10 changed files with 247 additions and 93 deletions

View File

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