Skip to content

Commit

Permalink
0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Apr 15, 2024
1 parent 4f60223 commit d62defd
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,25 @@

[English Change Log](CHANGELOG_EN.md)

# 0.6.7
# 0.6.9

`FIX` 修复全局变量判断问题

`FIX` 修复双倍打开文件的BUG

`NEW` 增加大量代码片段

`NEW` 推断回调函数的参数类型

`NEW` 强化inlayHint, 函数调用参数上的inlayHint可以点击跳转

`NEW` 提供continue补全(转化为goto continue)

`NEW` 完善诊断管理, 可以通过---@diagnostic 系列注解关闭当前行和当前文件的诊断

`NEW` 提供未定义全局变量的诊断

# 0.6.8

`FIX` 临时把add改为TryAdd, 修复启动错误

Expand Down
20 changes: 19 additions & 1 deletion CHANGELOG_EN.md
@@ -1,6 +1,24 @@
# Change Log

# 0.6.7
# 0.6.9

`FIX` Fixed global variable detection issue

`FIX` Fixed double opening file bug

`NEW` Added a large number of code snippets

`NEW` Inferred parameter types for callback functions

`NEW` Enhanced inlayHint, inlayHint on function call parameters can be clicked to jump

`NEW` Provided continue completion (converted to goto continue)

`NEW` Improved diagnostic management, can disable diagnostics for current line and current file using ---@diagnostic annotations

`NEW` Provided diagnostics for undefined global variables

# 0.6.8

`FIX` Temporarily change add to TryAdd, fix startup error

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.7",
newLanguageServerVersion: "0.1.8",
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.8",
"version": "0.6.9",
"icon": "res/icon.png",
"publisher": "tangzx",
"engines": {
Expand Down

0 comments on commit d62defd

Please sign in to comment.