diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 15:03:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-24 15:03:57 +0800 |
commit | ba29b31eccde71832b97a2d01af6339e5e52a94a (patch) | |
tree | 09ee0d7077297a75c2c3f210a2fed047026de88d /changelog.md | |
parent | 8870b6a8f8827c7eaa70f9663f754586aa2408fc (diff) | |
download | lua-language-server-ba29b31eccde71832b97a2d01af6339e5e52a94a.zip |
`completion.displayContext` default to `0`
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 8d897903..00805c1b 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,7 @@ * `CHG` no longer ignore file names case in Windows * `CHG` watching library changes * `CHG` completion: improve misspelling results +* `CHG` completion: `Lua.completion.displayContext` default to `0` * `FIX` runtime errors * `FIX` hint: may show param-2 as `self` * `FIX` semantic: may fail when scrolling |