Skip to content

Commit 6bc3227

Browse files
committed
增加版本号以及修改记录
1 parent fea9b74 commit 6bc3227

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

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

5+
## 2.5.0 @ 2021-02-17
6+
7+
* fixed: the default packaged luacheck executable is not macos/linux format, try to find a valid luacheck executable using `which luacheck` shell command.
8+
- #107 Ship UNIX luacheck binaries in addition to Windows ones
9+
- #106 Crashes after VSCode update
10+
- #104 LuaCoderAssist Crash
11+
- #102 Crash when luacheck is not available
12+
- #86 安裝後立即出錯,無法使用。
13+
514
## 2.3.9 @ 2020-01-18
615

716
- 优化:#85 当luacheckrc存在语法错误时,输出告警信息

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

0 commit comments

Comments
 (0)