Skip to content

Commit 8f06d2c

Browse files
committed
0.9.8
1 parent 74f0cbd commit 8f06d2c

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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

CHANGELOG_CN.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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` 修复一个可能的无法完成索引的问题

build/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exports.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
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)