diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-07 19:15:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-07 19:15:16 +0800 |
commit | e434fa885d0c0cc5569f569f2846b5084db27c82 (patch) | |
tree | 05e89a39ec295d5f3162d881042b8103b852ba22 /script/config.lua | |
parent | 2cd21459c22c7d926176d2fdeae76c6a4666cca8 (diff) | |
parent | 8123dd362c1991ac87a26822729f24a53ef6b35e (diff) | |
download | lua-language-server-e434fa885d0c0cc5569f569f2846b5084db27c82.zip |
Merge branch '1.21.0'
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index 8bc05b98..97df7c17 100644 --- a/script/config.lua +++ b/script/config.lua @@ -165,6 +165,7 @@ local ConfigTemplate = { displayContext = {6, Integer}, workspaceWord = {true, Boolean}, autoRequire = {true, Boolean}, + showParams = {true, Boolean}, }, signatureHelp = { enable = {true, Boolean}, |