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 9d41424 commit 99ccc77Copy full SHA for 99ccc77
package.json
@@ -98,7 +98,7 @@
98
"explorer": [
99
{
100
"id": "codeReDesign.cvbView",
101
- "name": "CVB Actions"
+ "name": "CodeReDesign Actions"
102
}
103
],
104
"guide-bar": [
src/guide.ts
@@ -188,7 +188,7 @@ class GuideViewProvider implements vscode.WebviewViewProvider {
188
<a href="#" id="applyCvb">CodeReDesign: Apply CVB to Workspace</a>
189
</li>
190
<li>
191
- <p><strong>4. 使用"分析代码功能",例如让它解释代码或描述一个 bug。</strong></p>
+ <p><strong>4. 使用"分析代码功能",例如让它解释代码,或描述一个 bug,让他分析可能原因,并提出修改方案。</strong></p>
192
<a href="#" id="analyzeCode">CodeReDesign: Analyze Code</a>
193
194
0 commit comments