diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-12 14:26:55 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-12 14:26:55 +0800 |
commit | 6b3a0d0bb780b4eab4dbec77f3bb4d394aa5527f (patch) | |
tree | fd9dbdb86aad071ce4fe33f20f43b4545970d7e2 | |
parent | 141f5d98b593a4eb2c626e2219ac33d91a524a1d (diff) | |
download | lua-language-server-6b3a0d0bb780b4eab4dbec77f3bb4d394aa5527f.zip |
fix #901
-rw-r--r-- | locale/en-us/setting.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua index 6abc5734..470bb21b 100644 --- a/locale/en-us/setting.lua +++ b/locale/en-us/setting.lua @@ -102,7 +102,7 @@ config.intelliSense.searchDepth = 'Set the search depth for IntelliSens config.intelliSense.fastGlobal = 'In the global variable completion, and view `_G` suspension prompt. This will slightly reduce the accuracy of type speculation, but it will have a significant performance improvement for projects that use a lot of global variables.' config.window.statusBar = 'Show extension status in status bar.' config.window.progressBar = 'Show progress bar in status bar.' -config.hint.enable = 'Enabel hint.' +config.hint.enable = 'Enable inlay hint.' config.hint.paramType = 'Show type hints at the parameter of the function.' config.hint.setType = 'Show hints of type at assignment operation.' config.hint.paramName = 'Show hints of parameter name at the function call.' |