Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0ut0fm1nd committed Dec 27, 2023
1 parent 4154739 commit aaf3caa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ dist
node_modules
.vscode-test/
*.vsix
.DS_Store
.idea/
4 changes: 2 additions & 2 deletions l10n/MultiLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"en": "Unknown Language type"
},
"security_issue": {
"zh-cn": ", 是否存在性能问题,请给出优化建议",
"zh-cn": ", 是否存在安全性问题,请给出优化建议",
"en": ". Is there a security issue"
},
"performance_issue": {
"zh-cn": ",是否存在安全性问题,请给出优化建议",
"zh-cn": ",是否存在性能问题,请给出优化建议",
"en": ". Is there a performance issue"
},
"check": {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "CodeShell VSCode Extension",
"description": "Coding with CodeShell LLM",
"publisher": "WisdomShell",
"version": "0.0.5",
"version": "0.0.6",
"icon": "assets/logo.png",
"keywords": [
"code-suggestion",
Expand All @@ -18,7 +18,8 @@
"vscode": "^1.68.1"
},
"categories": [
"Other"
"Programming Languages",
"Machine Learning"
],
"activationEvents": [
"onStartupFinished"
Expand Down

0 comments on commit aaf3caa

Please sign in to comment.