We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac34b3b commit 0356271Copy full SHA for 0356271
package.json
@@ -59,7 +59,7 @@
59
},
60
{
61
"command": "codeReDesign.startChat",
62
- "title": "startChat",
+ "title": "Start Chat",
63
"category": "CodeReDesign",
64
"icon": "${chat}"
65
src/guide.ts
@@ -225,6 +225,10 @@ class GuideViewProvider implements vscode.WebviewViewProvider {
225
<p><strong>5. 中断正在进行的任务</strong></p>
226
<a href="#" id="stopOperation">CodeReDesign: Stop Operation</a>
227
</li>
228
+ <li>
229
+ <p><strong>6. 唤起聊天窗</strong></p>
230
+ <a href="#" id="startChat">CodeReDesign: Start Chat</a>
231
+ </li>
232
</ul>
233
</div>
234
<div class="section">
0 commit comments