diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-09-20 14:54:33 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-09-20 14:54:33 +0800 |
commit | 33536b0453ec65d1d6abf3db72e057261b2a49be (patch) | |
tree | 3d3a1bf78fc6e782f457cb1d96a14fd76f801a3e | |
parent | 2c45bd0ac3a888e23b61bde2f01ec231eef032f1 (diff) | |
download | lua-language-server-33536b0453ec65d1d6abf3db72e057261b2a49be.zip |
fix
-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 033c7834..2afb7fff 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -381,7 +381,7 @@ local template = { ['Lua.spell.dict'] = Type.Array(Type.String), ['Lua.telemetry.enable'] = Type.Or(Type.Boolean >> false, Type.Nil) >> nil, ['Lua.misc.parameters'] = Type.Array(Type.String), - ['Lua.misc.executablePath'] = Type.String(), + ['Lua.misc.executablePath'] = Type.String, ['Lua.type.castNumberToInteger'] = Type.Boolean >> true, ['Lua.type.weakUnionCheck'] = Type.Boolean >> false, ['Lua.type.weakNilCheck'] = Type.Boolean >> false, |