summaryrefslogtreecommitdiff
path: root/script/config
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-07-01 16:10:26 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-07-01 16:10:33 +0800
commit87e0a180f97cd6bc31909b60228f1148c0289529 (patch)
treeda72f156113a156b960018ec352196823fe28649 /script/config
parentcbcac3afc40268eae82a41a82248d912b1cfeeb6 (diff)
downloadlua-language-server-87e0a180f97cd6bc31909b60228f1148c0289529.zip
#1260 `type.weakNilCheck`
Diffstat (limited to 'script/config')
-rw-r--r--script/config/template.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config/template.lua b/script/config/template.lua
index c7162012..3d5bad3d 100644
--- a/script/config/template.lua
+++ b/script/config/template.lua
@@ -366,6 +366,7 @@ local template = {
['Lua.misc.parameters'] = Type.Array(Type.String),
['Lua.type.castNumberToInteger'] = Type.Boolean >> false,
['Lua.type.weakUnionCheck'] = Type.Boolean >> false,
+ ['Lua.type.weakNilCheck'] = Type.Boolean >> false,
-- VSCode
['files.associations'] = Type.Hash(Type.String, Type.String),