Skip to content

Commit

Permalink
2.2.2版本发布信息刷新
Browse files Browse the repository at this point in the history
  • Loading branch information
liwangqian committed Nov 18, 2018
1 parent d1708cd commit 0b0a60f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to the "luacoderassist" extension will be documented in this file.

## 2.2.2 @ 2018-11-18

- 修复:显式require love/jit等外部库时,无法提供补全信息(#45)
- 优化:支持自定义扩展插件自带的std/love/jit等库符号(#46)
- 优化:符号补全以及符号Hover功能在复杂的函数调用关系及参数场景下正常运行
- 优化:支持显式通过_G来获取全局变量的代码补全
- 优化:支持string类型变量及字面值字符串的函数补全

## 2.2.1 @ 2018-10-21

- 修复:setmetatable在某些场景下无法生效的问题
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ Search `LuaCoderAssist` in extension market of vscode and install.

## 发行记录(Release Notes)

### 2.2.2

- 修复:显式require love/jit等外部库时,无法提供补全信息(#45)
- 优化:支持自定义扩展插件自带的std/love/jit等库符号(#46)
- 优化:符号补全以及符号Hover功能在复杂的函数调用关系及参数场景下正常运行
- 优化:支持显式通过_G来获取全局变量的代码补全
- 优化:支持string类型变量及字面值字符串的函数补全

### 2.2.1

- 修复:setmetatable在某些场景下无法生效的问题
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "LuaCoderAssist",
"description": "lua coder assistant in javascript for vscode",
"icon": "images/icon.png",
"version": "2.2.1",
"version": "2.2.2",
"publisher": "liwangqian",
"engines": {
"vscode": "^1.25.0"
Expand Down

0 comments on commit 0b0a60f

Please sign in to comment.