Skip to content

Commit

Permalink
0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Jul 19, 2024
1 parent 334eec6 commit 541fbb4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[English Change Log](CHANGELOG_EN.md)

# 0.8.12

`FIX` 修复代码补全的问题

`FIX` 修复函数返回类型无法推断的BUG

`NEW` require的路径提示支持使用`/`作为分隔符, 跳转/代码分析/文档链接均支持使用`/`作为分隔符

# 0.8.11

由于windows推送失败, 更新到0.8.11
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

# 0.8.12

`FIX` Fixed code completion issues.

`FIX` Fixed a bug where function return types couldn't be inferred.

`NEW` Support for using `/` as a separator in require path suggestions, navigation, code analysis, and document links.

# 0.8.10

`NEW` Upgraded the version to 0.8.10, due to significant underlying changes, the version number was incremented by several versions, but from a binary perspective, version 10 is also version 2.
Expand Down
2 changes: 1 addition & 1 deletion build/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports.default = {
emmyDebuggerVersion: '1.8.2',
emmyDebuggerUrl: 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download',
newLanguageServerVersion: "0.5.0",
newLanguageServerVersion: "0.5.1",
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.8.11",
"version": "0.8.12",
"icon": "res/icon.png",
"publisher": "tangzx",
"engines": {
Expand Down

0 comments on commit 541fbb4

Please sign in to comment.