Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Apr 8, 2024
1 parent 7469f1b commit 11d90cb
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,20 @@

[English Change Log](CHANGELOG_EN.md)

# 0.6.5

`FIX` 修复部分全局变量没有标记为红色的BUG

`FIX` 重新启用goto和break的相关检查

`FIX` 修改项目排除逻辑

`FIX` 优化内存占用

`FIX` 修复重命名时光标在标识符右侧导致无法重命名的问题

`FIX` 插件会在启动时试图读取`.luarc.json`文件, 功能未实现

# 0.6.4

`FIX` 修复双倍服务器的问题
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG_EN.md
@@ -1,5 +1,23 @@
# Change Log

# 0.6.5

`FIX` Fixed the bug where some global variables were not marked in red

`FIX` Re-enabled checks for goto and break statements

`FIX` Modified project exclusion logic

`FIX` Optimized memory usage

`FIX` Fixed the issue where renaming failed when the cursor was on the right side of the identifier

`FIX` The plugin attempts to read the `.luarc.json` file at startup, but the functionality is not implemented

# 0.6.4

`FIX` Fixed the issue with duplicate servers

# 0.6.3

`NEW` Support classic code rendering for EmmyLua
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.3",
newLanguageServerVersion: "0.1.4",
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.4",
"version": "0.6.5",
"icon": "res/icon.png",
"publisher": "tangzx",
"engines": {
Expand Down

0 comments on commit 11d90cb

Please sign in to comment.