Skip to content

Commit

Permalink
更新2.1.2版本发布日志
Browse files Browse the repository at this point in the history
  • Loading branch information
liwangqian committed Oct 9, 2018
1 parent 813b8a3 commit 002ef9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.1.2 @ 2018-10-09

- 修复:当脚本中的静态检查告警从有到无时,告警信息无法清除的问题
- 修复:第三方接口文档中的table类型数据没有定义fields字段时,导致代码补全弹出异常日志
- 修复:因为脚本存在语法错误,保存时自动格式化导致异常日志弹出

## 2.1.1 @ 2018-10-07

- 修复:支持对函数插入LDoc格式的代码注释
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ Search `LuaCoderAssist` in extension market of vscode and install.

## 发行记录(Release Notes)

### 2.1.2

- 修复:当脚本中的静态检查告警从有到无时,告警信息无法清除的问题
- 修复:第三方接口文档中的table类型数据没有定义fields字段时,导致代码补全弹出异常日志
- 修复:因为脚本存在语法错误,保存时自动格式化导致异常日志弹出

### 2.1.1

- 修复:支持对函数插入LDoc格式的代码注释
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.1.1",
"version": "2.1.2",
"publisher": "liwangqian",
"engines": {
"vscode": "^1.25.0"
Expand Down

0 comments on commit 002ef9b

Please sign in to comment.