diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 19:19:14 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 19:19:14 +0800 |
commit | 4ba6d16c4d3347b104208dad127d9ea6415e66c2 (patch) | |
tree | 648c78bf91c2da090a0274b37c57759547f92283 /changelog.md | |
parent | b96fcdde819031b20c49e2070a3aaf070fb74088 (diff) | |
download | lua-language-server-4ba6d16c4d3347b104208dad127d9ea6415e66c2.zip |
disable hint by default
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 6455926d..54a5676f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # changelog ## 3.1.0 -* `CHG` hint: move to LSP and enable by default. Its font is now controlled by the client. +* `CHG` hint: move to LSP. Its font is now controlled by the client. * `CHG` hover: split `local` into `local` / `parameter` / `upvalue` / `self`. * `CHG` hover: added parentheses to some words, such as `global` / `field` / `class`. * `FIX` definition of `table<k, v>` |