|
22 | 22 | "onCommand:codeReDesign.analyzeThisCvb", |
23 | 23 | "onCommand:codeReDesign.summaryThisCvb", |
24 | 24 | "onCommand:codeReDesign.analyzeSingleFile", |
25 | | - "onCommand:codeReDesign.redesignSingleFile" |
| 25 | + "onCommand:codeReDesign.redesignSingleFile", |
| 26 | + |
| 27 | + "onCommand:codeReDesign.startChat", |
| 28 | + "onCommand:codeReDesign.continueChat" |
26 | 29 | ], |
27 | 30 | "repository": { |
28 | 31 | "type": "git", |
|
66 | 69 | "category": "CodeReDesign", |
67 | 70 | "icon": "${chat}" |
68 | 71 | }, |
| 72 | + { |
| 73 | + "command": "codeReDesign.continueChat", |
| 74 | + "title": "continue Chat", |
| 75 | + "category": "CodeReDesign", |
| 76 | + "icon": "${chat}" |
| 77 | + }, |
69 | 78 | { |
70 | 79 | "command": "codeReDesign.applyThisCvb", |
71 | 80 | "title": "sidebar Apply this CVB to Workspace", |
|
146 | 155 | { |
147 | 156 | "command": "codeReDesign.applyThisCvb", |
148 | 157 | "group": "cvb@1", |
149 | | - "when": "viewItem == cvbFile " |
| 158 | + "when": "viewItem == cvbFile" |
150 | 159 | }, |
151 | 160 | { |
152 | 161 | "command": "codeReDesign.redesignThisCvb", |
153 | 162 | "group": "cvb@1", |
154 | | - "when": "viewItem == cvbFile " |
| 163 | + "when": "viewItem == cvbFile" |
155 | 164 | }, |
156 | 165 | { |
157 | 166 | "command": "codeReDesign.analyzeThisCvb", |
158 | 167 | "group": "cvb@1", |
159 | | - "when": "viewItem == cvbFile " |
| 168 | + "when": "viewItem == cvbFile" |
160 | 169 | }, |
161 | 170 | { |
162 | 171 | "command": "codeReDesign.summaryThisCvb", |
163 | 172 | "group": "cvb@1", |
164 | | - "when": "viewItem == cvbFile " |
| 173 | + "when": "viewItem == cvbFile" |
| 174 | + }, |
| 175 | + { |
| 176 | + "command": "codeReDesign.continueChat", |
| 177 | + "group": "cvb@1", |
| 178 | + "when": "viewItem == chatFile" |
165 | 179 | } |
166 | 180 | ], |
167 | 181 | "editor/context": [ |
|
0 commit comments