diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 10:21:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 10:21:17 +0800 |
commit | 04b6327f39fc5354caa984b666644333ab52f9cc (patch) | |
tree | e094ebf65490691edb991aa45fefd8c8f80d90eb | |
parent | 3cadf4b8ba6b7bc128ebaf1e408dedf531e2db93 (diff) | |
download | lua-language-server-04b6327f39fc5354caa984b666644333ab52f9cc.zip |
update changelog
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index bd67d510..54008f58 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ * `NEW` settings: `Lua.diagnostics.libraryFiles`, `Lua.diagnostics.ignoredFiles` * `CHG` hover: improve showing multi defines * `CHG` hint: `Lua.hint.paramName` now supports `Disable`, `Literal` and `All` +* `CHG` completion: new setting `Lua.completion.showWord` * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes * `FIX` runtime errors |