diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 11:08:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 11:08:21 +0800 |
commit | 0d902298c0b4b26978e765665431d6d55d4b9b90 (patch) | |
tree | 3d611db4b23ad75fbd98cc99dec30a680ccfa7d6 /changelog.md | |
parent | 04b6327f39fc5354caa984b666644333ab52f9cc (diff) | |
download | lua-language-server-0d902298c0b4b26978e765665431d6d55d4b9b90.zip |
resolve #518 `Lua.completion.requireSeparator`
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 54008f58..74c3cb5f 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,7 @@ * `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` completion: new setting `Lua.completion.requireSeparator` * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes * `FIX` runtime errors |