We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3193011 commit 505b1bdCopy full SHA for 505b1bd
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "luacoderassist" extension will be documented in this file.
4
5
+## 2.3.9 @ 2020-01-18
6
+
7
+- 优化:#85 当luacheckrc存在语法错误时,输出告警信息
8
9
## 2.3.8 @ 2020-01-18
10
11
- 修复:#81 Thanks for the feedback from @tesselode
package.json
@@ -3,7 +3,7 @@
"displayName": "LuaCoderAssist",
"description": "lua编程助手,包括代码补全、符号预览&跳转、函数特征帮助、符号类型推导、静态检查、格式化、代码度量等功能",
"icon": "images/icon.png",
- "version": "2.3.8",
+ "version": "2.3.9",
"publisher": "liwangqian",
"engines": {
"vscode": "^1.25.0"
0 commit comments