diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-30 18:02:31 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-30 18:02:31 +0800 |
commit | 4a9ab5b1ae9889e9732b53ad8cdf3b6db5394c3b (patch) | |
tree | 935934fdb69c1e94209e79827474b7a145c28b7b /changelog.md | |
parent | bb3f84633b01afb0a2f719645f8176f491fb7694 (diff) | |
download | lua-language-server-4a9ab5b1ae9889e9732b53ad8cdf3b6db5394c3b.zip |
command `lua.exportDocument`
finish #1833
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b502fde8..832f1900 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 3.6.8 +* `NEW` command `lua.exportDocument` . VSCode will display this command in the right-click menu * `FIX` [#1831] [#1831]: https://github.com/sumneko/lua-language-server/issues/1831 |