summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-12 20:19:10 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-12 20:19:10 +0800
commitecffa11c6f5f296856428743f5763abde16c4b85 (patch)
treea68595833becc38867b385545afb26df117135f8 /changelog.md
parentbb73d6199cd3613d819a99e393bf41823f0dd67c (diff)
downloadlua-language-server-ecffa11c6f5f296856428743f5763abde16c4b85.zip
resolve #1124 supports path in link
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md5
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)