Skip to content

Commit 505b1bd

Browse files
committed
2.3.9版本发布日志
1 parent 3193011 commit 505b1bd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 2.3.9 @ 2020-01-18
6+
7+
- 优化:#85 当luacheckrc存在语法错误时,输出告警信息
8+
59
## 2.3.8 @ 2020-01-18
610

711
- 修复:#81 Thanks for the feedback from @tesselode

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "LuaCoderAssist",
44
"description": "lua编程助手,包括代码补全、符号预览&跳转、函数特征帮助、符号类型推导、静态检查、格式化、代码度量等功能",
55
"icon": "images/icon.png",
6-
"version": "2.3.8",
6+
"version": "2.3.9",
77
"publisher": "liwangqian",
88
"engines": {
99
"vscode": "^1.25.0"

0 commit comments

Comments
 (0)