File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ 中文Log] ( CHANGELOG_CN.md )
44
5+ ## [ 0.9.39] - 2026-6-3
6+
7+ - ** Fixed formatting issues** : Fixed some issues that caused incorrect formatting results.
8+ - ** Fixed attach debugging issues** : Fixed an issue where a VS Code update caused attach debugging to fail.
9+ - ** Fixed some stuck loading issues** : Fixed some issues that caused the language server to get stuck while loading the workspace.
10+
511
612## [ 0.9.38] - 2026-5-14
713
Original file line number Diff line number Diff line change 11# 🚀 Change Log
22
3+ ## [ 0.9.39] - 2026-6-3
4+
5+ - ** 修复格式化问题** :修复了一些导致格式化结果不正确的问题
6+ - ** 修复附加调试问题** :修复了vscode更新导致附加调试失败的问题
7+ - ** 修复一些卡住加载的问题** :修复了一些导致语言服务器在加载工作区时卡住的问题
8+
39
410## [ 0.9.38] - 2026-5-14
511
Original file line number Diff line number Diff line change 11{
2- "emmyDebuggerVersion" : " 1.9.1 " ,
2+ "emmyDebuggerVersion" : " 1.9.2 " ,
33 "emmyDebuggerUrl" : " https://github.com/EmmyLua/EmmyLuaDebugger/releases/download" ,
4- "newLanguageServerVersion" : " 0.23.1 " ,
4+ "newLanguageServerVersion" : " 0.23.2 " ,
55 "newLanguageServerUrl" : " https://github.com/CppCXY/emmylua-analyzer-rust/releases/download" ,
66 "newLanguageServerSchemaUrl" : " https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/tags/{{tag}}/crates/emmylua_code_analysis/resources/schema.json"
77}
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.38 " ,
5+ "version" : " 0.9.39 " ,
66 "icon" : " res/icon.png" ,
77 "publisher" : " tangzx" ,
88 "engines" : {
You can’t perform that action at this time.
0 commit comments