Skip to content

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Jun 13, 2024
1 parent 911ad20 commit 79a16ed
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[English Change Log](CHANGELOG_EN.md)

# 0.7.6

`FIX` 修复父类补全失效

`NEW` 支持unpack对数组的展开

# 0.7.5

`FIX` 优化子类推断, 避免出现无限递归
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log


# 0.7.6

`FIX` Fixed the issue of parent class completion not working

`NEW` Added support for unpacking arrays

# 0.7.5

`FIX` Optimized subclass inference to avoid infinite recursion
Expand Down
2 changes: 1 addition & 1 deletion build/config.js
Original file line number Diff line number Diff line change
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.3.1",
newLanguageServerVersion: "0.3.2",
newLanguageServerUrl: "https://github.com/CppCXY/EmmyLuaAnalyzer/releases/download"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "emmylua",
"displayName": "EmmyLua",
"description": "EmmyLua for vscode",
"version": "0.7.5",
"version": "0.7.6",
"icon": "res/icon.png",
"publisher": "tangzx",
"engines": {
Expand Down

0 comments on commit 79a16ed

Please sign in to comment.