summaryrefslogtreecommitdiff
path: root/script/config/template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/config/template.lua')
-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),