Skip to content

Commit 3e634e3

Browse files
committed
update version
1 parent 545c787 commit 3e634e3

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"${workspaceFolder}/out/**/*.js"
1919
],
2020
"env": {
21-
"EMMY_DEV": "false"
21+
"EMMY_DEV": "true"
2222
},
2323
"preLaunchTask": "npm: watch"
2424
},

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[中文Log](CHANGELOG_CN.md)
44

5+
6+
## [0.9.38] - 2026-5-14
7+
8+
- **Fix range format issue**: Built-in formatter now supports range format
9+
- **Fix some formatting edge cases**: Fixed some formatting edge cases, which are still being continuously improved
10+
- **Fix some stuck loading issue** Fixed some issue that cause the language server stuck at loading workspace, and improve the loading performance of large workspace
11+
12+
513
## [0.9.37] - 2026-5-11
614

715
### 🔧 Changed

CHANGELOG_CN.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# 🚀 Change Log
22

3-
## [0.9.36] - 2026-5-11
3+
4+
## [0.9.38] - 2026-5-14
5+
6+
- **修复范围格式化问题**:内置格式化器现在支持范围格式化
7+
- **修复一些格式化边界情况**:修复了一些格式化边界情况,仍在持续改进中
8+
- **修复一些卡住加载的问题**:修复了一些导致语言服务器在加载工作区时卡住的问题,并提高了大工作区的加载性能
9+
10+
## [0.9.37] - 2026-5-11
411

512
### 🔧 更改
613

build/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"emmyDebuggerVersion": "1.9.1",
33
"emmyDebuggerUrl": "https://github.com/EmmyLua/EmmyLuaDebugger/releases/download",
4-
"newLanguageServerVersion": "0.23.0",
4+
"newLanguageServerVersion": "0.23.1",
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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "emmylua",
33
"displayName": "EmmyLua",
44
"description": "EmmyLua for vscode",
5-
"version": "0.9.37",
5+
"version": "0.9.38",
66
"icon": "res/icon.png",
77
"publisher": "tangzx",
88
"engines": {

0 commit comments

Comments
 (0)