Skip to content

Commit 830040c

Browse files
committed
优化:#79 修复格式化文档失效的问题
1 parent c9ae7d7 commit 830040c

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
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.7 @ 2019-12-7
6+
7+
- 优化:#79 修复格式化文档失效的问题
8+
59
## 2.3.6 @ 2019-11-23
610

711
- 优化:#78 支持递归获取父目录的`.luacompleterc`文件

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6",
6+
"version": "2.3.7",
77
"publisher": "liwangqian",
88
"engines": {
99
"vscode": "^1.25.0"

0 commit comments

Comments
 (0)