diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-16 21:35:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-16 21:35:36 +0800 |
commit | 10f77da6e3014c1ada6eab602a7bc5396278234a (patch) | |
tree | 4c920a1966970d7bed5866d250278901aaabb029 /changelog.md | |
parent | 4cd472b94bb5766705c6062781a4d9c1908413e3 (diff) | |
download | lua-language-server-10f77da6e3014c1ada6eab602a7bc5396278234a.zip |
update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 74c7f160..33c48e45 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## 3.6.5 `2023-1-16` +* `NEW` VSCode: add addon manager, you can install, enable, disable, and uninstall addons from the [LLS-Addons repo](https://github.com/carsakiller/LLS-Addons) by command `lua.addon_manager.open`. + this feature is contributed by [carsakiller](https://github.com/carsakiller), thank you! + ![](https://user-images.githubusercontent.com/61925890/211632470-6cdbacdf-b5f7-4797-9998-ca6577d3947f.gif) * `NEW` support casting global variables * `NEW` code lens: this feature is disabled by default. * `NEW` settings: |