Skip to content

Commit

Permalink
0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Apr 23, 2024
1 parent 917eb5c commit 403b257
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[English Change Log](CHANGELOG_EN.md)

# 0.6.15

`FIX` 修复配置类的初始化问题导致的documentLink报错

`NEW` 现在所有能够填写路径的地方, 都支持相对路径, 绝对路径, 以及$`${workspaceFolder}`指代工作区 `~`指代用户目录

# 0.6.14

`NEW` 增加inlayHint配置, 实现localHint和overrideHint
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

# 0.6.15

`FIX` Fixed the documentLink error caused by the initialization problem of the configuration class

`NEW` Now all places where paths can be filled support relative paths, absolute paths, and `$ {workspaceFolder}` to represent the workspace, `~` to represent the user directory

# 0.6.14

`NEW` Added inlayHint configuration, implemented localHint and overrideHint
Expand Down
2 changes: 1 addition & 1 deletion build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ exports.default = {
emmyDebuggerUrl: 'https://github.com/EmmyLua/EmmyLuaDebugger/releases/download',
lanServerVersion: "0.5.16",
lanServerUrl: 'https://github.com/EmmyLua/EmmyLua-LanguageServer/releases/download',
newLanguageServerVersion: "0.1.12",
newLanguageServerVersion: "0.1.13",
newLanguageServerUrl: "https://github.com/CppCXY/EmmyLuaAnalyzer/releases/download"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "emmylua",
"displayName": "EmmyLua",
"description": "EmmyLua for vscode",
"version": "0.6.14",
"version": "0.6.15",
"icon": "res/icon.png",
"publisher": "tangzx",
"engines": {
Expand Down

0 comments on commit 403b257

Please sign in to comment.