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.4
6+
7+ ` FIX ` Fixed the issue where fields/functions marked with ` @source ` could not be navigated to
8+
9+ ` FIX ` Fixed the issue where ` @class ` and ` @enum ` annotations did not apply to table fields
10+
11+ ` FIX ` Fixed the issue where type checking could not correctly compute union types
12+
513# 0.9.3
614
715` FIX ` Fixed the method for locating variable declarations, skipping the assignment statements themselves
Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 0.9.4
4+
5+ ` FIX ` 修复` @source ` 标记的字段/函数无法跳转的问题
6+
7+ ` FIX ` 修复` @class ` 和` @enum ` 对table field的作用
8+
9+ ` FIX ` 修复类型检查时无法对联合类型给出正确的计算的问题
10+
311# 0.9.3
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.2.7 " ,
4+ newLanguageServerVersion : "0.2.8 " ,
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.3 " ,
5+ "version" : " 0.9.4 " ,
66 "icon" : " res/icon.png" ,
77 "publisher" : " tangzx" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments