File tree Expand file tree Collapse file tree 4 files changed +37
-2
lines changed
Expand file tree Collapse file tree 4 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 22
33[ 中文Log] ( CHANGELOG_CN.md )
44
5+ # 0.9.13
6+
7+ ` FIX ` Fix issue ` emmylua_ls ` might not exit in unix.
8+
9+ ` NEW ` Support TypeScript-like type gymnastics
10+
11+ ` FIX ` Fix infinite recursion issue in alias generics.
12+
13+ ` NEW ` Improve reference search
14+
15+ ` NEW ` Refactor type check
16+
17+ ` NEW ` Optimize hover
18+
19+ ` NEW ` Optimize completion
20+
21+ ` NEW ` Support ` pcall ` return type and check
22+
523# 0.9.12
624
725` NEW ` Support type-check when casting tuples to arrays.
Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 0.9.13
4+ ` FIX ` 修复 Unix 系统下 ` emmylua_ls ` 可能无法退出的问题。
5+
6+ ` NEW ` 新增支持类似 TypeScript 风格的类型体操。
7+
8+ ` FIX ` 修复别名泛型中的无限递归问题。
9+
10+ ` NEW ` 改进引用搜索。
11+
12+ ` NEW ` 重构类型检查。
13+
14+ ` NEW ` 优化悬停提示。
15+
16+ ` NEW ` 优化自动补全。
17+
18+ ` NEW ` 支持 ` pcall ` 的返回类型及其检查。
19+
320# 0.9.12
421
522` NEW ` 支持在将元组转换为数组时进行类型检查。
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.5.0 " ,
4+ newLanguageServerVersion : "0.5.1 " ,
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.12 " ,
5+ "version" : " 0.9.13 " ,
66 "icon" : " res/icon.png" ,
77 "publisher" : " tangzx" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments