Skip to content

Commit 0356271

Browse files
committed
fix: 引导页添加聊天功能介绍
1 parent ac34b3b commit 0356271

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
{
6161
"command": "codeReDesign.startChat",
62-
"title": "startChat",
62+
"title": "Start Chat",
6363
"category": "CodeReDesign",
6464
"icon": "${chat}"
6565
},

src/guide.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ class GuideViewProvider implements vscode.WebviewViewProvider {
225225
<p><strong>5. 中断正在进行的任务</strong></p>
226226
<a href="#" id="stopOperation">CodeReDesign: Stop Operation</a>
227227
</li>
228+
<li>
229+
<p><strong>6. 唤起聊天窗</strong></p>
230+
<a href="#" id="startChat">CodeReDesign: Start Chat</a>
231+
</li>
228232
</ul>
229233
</div>
230234
<div class="section">

0 commit comments

Comments
 (0)