diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-12 20:19:10 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-12 20:19:10 +0800 |
commit | ecffa11c6f5f296856428743f5763abde16c4b85 (patch) | |
tree | a68595833becc38867b385545afb26df117135f8 /changelog.md | |
parent | bb73d6199cd3613d819a99e393bf41823f0dd67c (diff) | |
download | lua-language-server-ecffa11c6f5f296856428743f5763abde16c4b85.zip |
resolve #1124 supports path in link
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index c18755f3..17a82ec0 100644 --- a/changelog.md +++ b/changelog.md @@ -34,6 +34,11 @@ ---@class MyClass: BaseClass local MyClass = BaseClass -- OK! ``` +* `CHG` hover: supports path in link + ```lua + --![](image.png) --> will convert to `--![](file:///xxxx/image.png)` + local x + ``` * `FIX` [#880](https://github.com/sumneko/lua-language-server/issues/880) * `FIX` [#1284](https://github.com/sumneko/lua-language-server/issues/1284) * `FIX` [#1292](https://github.com/sumneko/lua-language-server/issues/1292) |