Commit b284140 1 parent e2d07c3 commit b284140 Copy full SHA for b284140
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ English Change Log] ( CHANGELOG_EN.md )
4
4
5
+ ## 0.6.2
6
+
7
+ ` FIX ` 不索引大文件(超过200kb)
8
+
5
9
## 0.6.1
6
10
7
11
` FIX ` 修复形如 { x: number } 的类型解析错误
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ exports.default = {
3
3
emmyDebuggerUrl : 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download' ,
4
4
lanServerVersion : "0.5.16" ,
5
5
lanServerUrl : 'https://github.com/EmmyLua/EmmyLua-LanguageServer/releases/download' ,
6
- newLanguageServerVersion : "0.1.1 " ,
6
+ newLanguageServerVersion : "0.1.2 " ,
7
7
newLanguageServerUrl : "https://github.com/CppCXY/EmmyLuaAnalyzer/releases/download"
8
8
}
Original file line number Diff line number Diff line change 2
2
"name" : " emmylua" ,
3
3
"displayName" : " EmmyLua" ,
4
4
"description" : " EmmyLua for vscode" ,
5
- "version" : " 0.6.1 " ,
5
+ "version" : " 0.6.2 " ,
6
6
"icon" : " res/icon.png" ,
7
7
"publisher" : " tangzx" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments