Skip to content

Commit 865c89d

Browse files
committed
update
1 parent e76dc35 commit 865c89d

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
matrix:
1414
include:
1515
- {target: win32-x64, file: emmylua_ls-win32-x64.zip}
16-
- {target: win32-ia32, file: emmylua_ls-win32-ia32.zip}
1716
- {target: win32-arm64, file: emmylua_ls-win32-arm64.zip}
1817
- {target: linux-x64, file: emmylua_ls-linux-x64-glibc.2.17.tar.gz}
1918
- {target: linux-arm64, file: emmylua_ls-linux-aarch64-glibc.2.17.tar.gz}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

5-
# next
5+
# 0.9.0
66

7-
The next version will start from 0.9.0 and will focus on implementing type checking.
7+
`CHG` use `emmylua-analyzer-rust` as the language server
88

99
# 0.8.20
1010

CHANGELOG_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 0.9.0
44

5-
`CHG` 使用rust重写, 敬请期待
5+
`CHG` 使用rust重写
66

77
# 0.8.20
88

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ QQ交流群:`29850775` (最新版本以及部分视频演示在群文件中下
1010
[![donate](https://img.shields.io/badge/donate-emmy-FF69B4.svg?style=flat-square)](https://emmylua.github.io/donate.html)
1111
[![加入QQ群](https://img.shields.io/badge/chat-QQ群-46BC99.svg?style=flat-square)](//shang.qq.com/wpa/qunwpa?idkey=f1acce081c45fbb5670ed5f880f7578df7a8b84caa5d2acec230ac957f0c1716)
1212

13-
[更新日志](CHANGELOG.md)
13+
[更新日志](CHANGELOG_CN.md)
1414

15-
[CHANGELOG](CHANGELOG_EN.md)
15+
[CHANGELOG](CHANGELOG.md)
16+
17+
[EmmyLua Langauge Server](https://github.com/CppCXY/emmylua-analyzer-rust)
1618

1719
## FAQ (中文 & English)
1820

@@ -38,8 +40,8 @@ QQ交流群:`29850775` (最新版本以及部分视频演示在群文件中下
3840

3941
**Q (中文)**: 我能否在其他平台使用 vscode-emmylua 的代码分析?
4042
**Q (English)**: Can I use vscode-emmylua’s code analysis on other platforms?
41-
**A (中文)**: 可以,它基于 [EmmyLuaAnalyzer](https://github.com/CppCXY/EmmyLuaAnalyzer),兼容支持 LSP 的客户端
42-
**A (English)**: Yes, it uses [EmmyLuaAnalyzer](https://github.com/CppCXY/EmmyLuaAnalyzer), which is a standard LSP
43+
**A (中文)**: 可以,它基于 [emmylua-analyzer-rust](https://github.com/CppCXY/emmylua-analyzer-rust),兼容支持 LSP 的客户端
44+
**A (English)**: Yes, it uses [emmylua-analyzer-rust](https://github.com/CppCXY/emmylua-analyzer-rust), which is a standard LSP
4345

4446
**Q (中文)**: 为什么不用 VSCode 配置,而是用 .emmyrc.json?
4547
**Q (English)**: Why use .emmyrc.json instead of VSCode settings?
@@ -53,8 +55,8 @@ QQ交流群:`29850775` (最新版本以及部分视频演示在群文件中下
5355

5456
**Q (中文)**: 为什么没有文档?
5557
**Q (English)**: Why is there no documentation?
56-
**A (中文)**: 配置文件文档见 https://github.com/CppCXY/EmmyLuaAnalyzer/blob/master/docs/.emmyrc.json_CN.md
57-
**A (English)**: See configuration docs at https://github.com/CppCXY/EmmyLuaAnalyzer/blob/master/docs/.emmyrc.json_EN.md
58+
**A (中文)**: 配置文件文档见 https://github.com/CppCXY/emmylua-analyzer-rust/blob/main/docs/config/emmyrc_json_CN.md
59+
**A (English)**: See configuration docs at https://github.com/CppCXY/emmylua-analyzer-rust/blob/main/docs/config/emmyrc_json_EN.md
5860

5961
## FAQ – Debugging (中文 & English)
6062

0 commit comments

Comments
 (0)