Commit 8f06d2c 1 parent 74f0cbd commit 8f06d2c Copy full SHA for 8f06d2c
File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ 中文Log] ( CHANGELOG_CN.md )
4
4
5
+ # 0.9.8
6
+
7
+ ` FIX ` Fixed some multiple return value inference errors
8
+
9
+ ` FIX ` Removed redundant ` @return ` in hover
10
+
11
+ ` NEW ` Language server supports locating resource files through the ` $EMMYLUA_LS_RESOURCES ` variable
12
+
5
13
# 0.9.7
6
14
7
15
` FIX ` Fixed a potential issue where indexing could not be completed
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ # 0.9.8
4
+
5
+ ` FIX ` 修复一些多返回值推断错误的问题
6
+
7
+ ` FIX ` 去掉hover时多余的` @return `
8
+
9
+ ` NEW ` 语言服务器支持通过变量` $EMMYLUA_LS_RESOURCES ` 定位资源文件
10
+
3
11
# 0.9.7
4
12
5
13
` FIX ` 修复一个可能的无法完成索引的问题
Original file line number Diff line number Diff line change 1
1
exports . default = {
2
2
emmyDebuggerVersion : '1.8.2' ,
3
3
emmyDebuggerUrl : 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download' ,
4
- newLanguageServerVersion : "0.3.1 " ,
4
+ newLanguageServerVersion : "0.3.2 " ,
5
5
newLanguageServerUrl : "https://github.com/CppCXY/emmylua-analyzer-rust/releases/download"
6
6
}
Original file line number Diff line number Diff line change 2
2
"name" : " emmylua" ,
3
3
"displayName" : " EmmyLua" ,
4
4
"description" : " EmmyLua for vscode" ,
5
- "version" : " 0.9.7 " ,
5
+ "version" : " 0.9.8 " ,
6
6
"icon" : " res/icon.png" ,
7
7
"publisher" : " tangzx" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments