diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-08-02 14:36:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-08-02 14:36:29 +0800 |
commit | bf69b7c7f6875559e988868c2f2a46d5c670f690 (patch) | |
tree | a0225d2915c1888ab47c07b7f9f05e0664654fb2 | |
parent | bd0af02e9708fd901b3d17bad502b4ef8949e4fa (diff) | |
download | lua-language-server-bf69b7c7f6875559e988868c2f2a46d5c670f690.zip |
fix changelog
-rw-r--r-- | changelog.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 8f4ac98e..61193793 100644 --- a/changelog.md +++ b/changelog.md @@ -8,7 +8,6 @@ * `NEW` Add postfix snippet for `unpack` * `NEW` Add support for lambda style functions, `|paramList| expr` is syntactic sugar for `function(paramList) return expr end` * `NEW` Added lua regular expression support for `Lua.doc.<scope>Name` [#2753](https://github.com/LuaLS/lua-language-server/pull/2753) -* `NEW` You can now click on "References" in CodeLen to display the reference list * `NEW` You can now click on "References" in CodeLen to display the reference list(VSCode) * `NEW` Improved behavior for inserting new lines: + When inside an annotation, an annotation tag will be added at the beginning of the line (VSCode). |