diff options
author | fesily <fesil@foxmail.com> | 2024-02-26 10:56:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 10:56:36 +0800 |
commit | 87c83c38a3e1c4c617daeb104a0e31f5b1deaf1f (patch) | |
tree | 720d1bc957dfdbbad8f4acb938993cc40aa3f4ca /script | |
parent | b3acd8fcf68cbea30ea01f6063305c9387e019c6 (diff) | |
download | lua-language-server-87c83c38a3e1c4c617daeb104a0e31f5b1deaf1f.zip |
Update template.lua
Diffstat (limited to 'script')
-rw-r--r-- | script/config/template.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index ff2f6e1a..49907419 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -397,7 +397,7 @@ local template = { ['Lua.type.castNumberToInteger'] = Type.Boolean >> true, ['Lua.type.weakUnionCheck'] = Type.Boolean >> false, ['Lua.type.weakNilCheck'] = Type.Boolean >> false, - ['Lua.type.inferParamType'] = Type.Boolean >> true, + ['Lua.type.inferParamType'] = Type.Boolean >> false, ['Lua.doc.privateName'] = Type.Array(Type.String), ['Lua.doc.protectedName'] = Type.Array(Type.String), ['Lua.doc.packageName'] = Type.Array(Type.String), |