Skip to content

Commit e2d07c3

Browse files
committed
0.6.1
1 parent b888ca8 commit e2d07c3

File tree

7 files changed

+29
-8
lines changed

7 files changed

+29
-8
lines changed

.vscode/launch.json

+1-1
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

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
[English Change Log](CHANGELOG_EN.md)
44

5+
## 0.6.1
6+
7+
`FIX` 修复形如 { x:number} 的类型解析错误
8+
9+
`FIX` 修复对标准库的读取
10+
11+
`NOTE` 全新语言服务基于dotnet sdk 8, 需要自行下载
12+
513
## 0.6.0
614

715
`NEW` 可选的使用新的语言分析后端,新的分析后端支持更多的特性,包括但不限于:

CHANGELOG_EN.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.6.1
4+
5+
`FIX` Fixed type parsing error for types like { x:number }
6+
7+
`FIX` Fixed reading of standard library
8+
9+
`NOTE` The new language service is based on dotnet sdk 8, you need to download it yourself.
10+
311
## 0.6.0
412

513
`NEW` Optional use of the new language analysis backend, the new analysis backend supports more features, including but not limited to:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ A: 在项目根目录创建`emmy.config.json`然后如下填写:
4646
```
4747
Q: 全新的语言服务何时上线?
4848

49-
A: 现在已经上线, 去settings下搜索emmylua.new开启后重启vscode即可
49+
A: 现在已经上线, 去settings下搜索emmylua.new开启后重启vscode即可, 全新语言服务基于dotnet sdk 8, 需要自行下载

build/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ exports.default = {
33
emmyDebuggerUrl: 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download',
44
lanServerVersion: "0.5.16",
55
lanServerUrl: 'https://github.com/EmmyLua/EmmyLua-LanguageServer/releases/download',
6-
newLanguageServerVersion: "0.1.0",
6+
newLanguageServerVersion: "0.1.1",
77
newLanguageServerUrl: "https://github.com/CppCXY/EmmyLuaAnalyzer/releases/download"
88
}

package.json

+1-1
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.6.0",
5+
"version": "0.6.1",
66
"icon": "res/icon.png",
77
"publisher": "tangzx",
88
"engines": {

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
9595
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
9696

97-
"@types/vscode@1.87.0":
98-
version "1.87.0"
99-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.87.0.tgz#ee9b163f3d2115fb0b20619b34dd3abc5a923361"
100-
integrity sha512-y3yYJV2esWr8LNjp3VNbSMWG7Y43jC8pCldG8YwiHGAQbsymkkMMt0aDT1xZIOFM2eFcNiUc+dJMx1+Z0UT8fg==
97+
"@types/vscode@1.82.0":
98+
version "1.82.0"
99+
resolved "https://registry.npmmirror.com/@types/vscode/-/vscode-1.82.0.tgz#89b0b21179dcf5e8cee1664a9a05c5f6c60d38d0"
100+
integrity sha512-VSHV+VnpF8DEm8LNrn8OJ8VuUNcBzN3tMvKrNpbhhfuVjFm82+6v44AbDhLvVFgCzn6vs94EJNTp7w8S6+Q1Rw==
101101

102102
"@ungap/structured-clone@^1.2.0":
103103
version "1.2.0"
@@ -303,6 +303,11 @@ [email protected]:
303303
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
304304
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
305305

306+
307+
version "0.0.2"
308+
resolved "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.2.tgz#f497c5b65881435aa6860a55eb541f1601f63394"
309+
integrity sha512-xGo3rY/AH8WxqkYSvsNV9yB79sN2oNVOXnmSMYLx28CVFBsXiEFCkcf6WIiWjk5VWKr4/1fV+KG5I4442xE2hg==
310+
306311
config-chain@^1.1.11:
307312
version "1.1.13"
308313
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"

0 commit comments

Comments
 (0)