File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33[ 中文Log] ( CHANGELOG_CN.md )
44
5+ # 0.9.7
6+
7+ ` FIX ` Fixed a potential issue where indexing could not be completed
8+
9+ ` FIX ` Fixed an issue where type checking failed when passing subclass parameters to a parent class
10+
511# 0.9.6
612
713` NEW ` Add progress notifications for non-VSCode platforms
Original file line number Diff line number Diff line change 11# Change Log
22
3+ # 0.9.7
4+
5+ ` FIX ` 修复一个可能的无法完成索引的问题
6+
7+ ` FIX ` 修复类型检查时, 对子类传入父类参数检查失败的问题
8+
39# 0.9.6
410
511` NEW ` 对非vscode平台添加progress notifications
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.0 " ,
4+ newLanguageServerVersion : "0.3.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.6 " ,
5+ "version" : " 0.9.7 " ,
66 "icon" : " res/icon.png" ,
77 "publisher" : " tangzx" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments