File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 22
33[ 中文Log] ( CHANGELOG_CN.md )
44
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+
513# 0.9.7
614
715` FIX ` Fixed a potential issue where indexing could not be completed
Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 0.9.8
4+
5+ ` FIX ` 修复一些多返回值推断错误的问题
6+
7+ ` FIX ` 去掉hover时多余的` @return `
8+
9+ ` NEW ` 语言服务器支持通过变量` $EMMYLUA_LS_RESOURCES ` 定位资源文件
10+
311# 0.9.7
412
513` FIX ` 修复一个可能的无法完成索引的问题
Original file line number Diff line number Diff line change 11exports . default = {
22 emmyDebuggerVersion : '1.8.2' ,
33 emmyDebuggerUrl : 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download' ,
4- newLanguageServerVersion : "0.3.1 " ,
4+ newLanguageServerVersion : "0.3.2 " ,
55 newLanguageServerUrl : "https://github.com/CppCXY/emmylua-analyzer-rust/releases/download"
66}
Original file line number Diff line number Diff line change 22 "name" : " emmylua" ,
33 "displayName" : " EmmyLua" ,
44 "description" : " EmmyLua for vscode" ,
5- "version" : " 0.9.7 " ,
5+ "version" : " 0.9.8 " ,
66 "icon" : " res/icon.png" ,
77 "publisher" : " tangzx" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments