diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 48c443b..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 0b60dfa..0283bc0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ dist node_modules .vscode-test/ *.vsix +.DS_Store +.idea/ \ No newline at end of file diff --git a/l10n/MultiLanguage.json b/l10n/MultiLanguage.json index 86a4899..e69ddaf 100644 --- a/l10n/MultiLanguage.json +++ b/l10n/MultiLanguage.json @@ -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": { diff --git a/package.json b/package.json index 2672839..edf6804 100644 --- a/package.json +++ b/package.json @@ -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", @@ -18,7 +18,8 @@ "vscode": "^1.68.1" }, "categories": [ - "Other" + "Programming Languages", + "Machine Learning" ], "activationEvents": [ "onStartupFinished"