File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed
Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 22
33[ 中文Log] ( CHANGELOG_CN.md )
44
5+ # 0.9.10
6+
7+ ` FIX ` Fix generic table infer issue
8+
9+ ` FIX ` Fix tuple infer issue
10+
11+ ` NEW ` Compact luals env variable start with ` $ `
12+
13+ ` FIX ` Refactor ` humanize type ` for stack overflow issue
14+
15+ ` Fix ` Fix a documentation cli tool render issue
16+
517# 0.9.9
618
719` NEW ` Support generic alias fold
Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 0.9.10
4+
5+ ` FIX ` 修复泛型表推断问题
6+
7+ ` FIX ` 修复元组推断问题
8+
9+ ` NEW ` 兼容以` $ ` 开头的环境变量
10+
11+ ` FIX ` 重构 ` humanize type ` 以解决堆栈溢出问题
12+
13+ ` Fix ` 修复文档 CLI 工具渲染问题
14+
15+ # 0.9.9
16+
317` NEW ` 支持alias generic展开
418
519` NEW ` 支持由 ` emmyluacodestyle ` 提供支持的 ` code style check `
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.4.4 " ,
4+ newLanguageServerVersion : "0.4.5 " ,
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.9 " ,
5+ "version" : " 0.9.10 " ,
66 "icon" : " res/icon.png" ,
77 "publisher" : " tangzx" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments