Skip to content

Commit

Permalink
0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Apr 25, 2024
1 parent 403b257 commit f164448
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

[English Change Log](CHANGELOG_EN.md)

# 0.6.16

`NEW` 重构算法, 优化内存占用, 减少30%的内存占用

`NEW` 支持工作区符号搜索

# 0.6.15

`FIX` 修复配置类的初始化问题导致的documentLink报错
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG_EN.md
@@ -1,5 +1,11 @@
# Change Log

# 0.6.16

`NEW` Refactored algorithm, optimized memory usage, reduced memory usage by 30%

`NEW` Supports workspace symbol search

# 0.6.15

`FIX` Fixed the documentLink error caused by the initialization problem of the configuration class
Expand Down
2 changes: 1 addition & 1 deletion build/config.js
Expand Up @@ -3,6 +3,6 @@ exports.default = {
emmyDebuggerUrl: 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download',
lanServerVersion: "0.5.16",
lanServerUrl: 'https://github.com/EmmyLua/EmmyLua-LanguageServer/releases/download',
newLanguageServerVersion: "0.1.13",
newLanguageServerVersion: "0.1.14",
newLanguageServerUrl: "https://github.com/CppCXY/EmmyLuaAnalyzer/releases/download"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "emmylua",
"displayName": "EmmyLua",
"description": "EmmyLua for vscode",
"version": "0.6.15",
"version": "0.6.16",
"icon": "res/icon.png",
"publisher": "tangzx",
"engines": {
Expand Down

0 comments on commit f164448

Please sign in to comment.