Skip to content

Commit aaf3caa

Browse files
committed
bug fix
1 parent 4154739 commit aaf3caa

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ dist
33
node_modules
44
.vscode-test/
55
*.vsix
6+
.DS_Store
7+
.idea/

l10n/MultiLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"en": "Unknown Language type"
5757
},
5858
"security_issue": {
59-
"zh-cn": ", 是否存在性能问题,请给出优化建议",
59+
"zh-cn": ", 是否存在安全性问题,请给出优化建议",
6060
"en": ". Is there a security issue"
6161
},
6262
"performance_issue": {
63-
"zh-cn": ",是否存在安全性问题,请给出优化建议",
63+
"zh-cn": ",是否存在性能问题,请给出优化建议",
6464
"en": ". Is there a performance issue"
6565
},
6666
"check": {

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "CodeShell VSCode Extension",
44
"description": "Coding with CodeShell LLM",
55
"publisher": "WisdomShell",
6-
"version": "0.0.5",
6+
"version": "0.0.6",
77
"icon": "assets/logo.png",
88
"keywords": [
99
"code-suggestion",
@@ -18,7 +18,8 @@
1818
"vscode": "^1.68.1"
1919
},
2020
"categories": [
21-
"Other"
21+
"Programming Languages",
22+
"Machine Learning"
2223
],
2324
"activationEvents": [
2425
"onStartupFinished"

0 commit comments

Comments
 (0)