diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-09-20 14:53:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-09-20 14:53:09 +0800 |
commit | 2c45bd0ac3a888e23b61bde2f01ec231eef032f1 (patch) | |
tree | eb53ab54d0daed1a59acafc1d967a3e2e305091c /script | |
parent | ebc6adb875045a3cc100787f801f8e50bedac7ce (diff) | |
download | lua-language-server-2c45bd0ac3a888e23b61bde2f01ec231eef032f1.zip |
resolve #1557 `Lua.misc.executablePath`
Diffstat (limited to 'script')
-rw-r--r-- | script/config/template.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config/template.lua b/script/config/template.lua index 09ba61ea..033c7834 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -381,6 +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.type.castNumberToInteger'] = Type.Boolean >> true, ['Lua.type.weakUnionCheck'] = Type.Boolean >> false, ['Lua.type.weakNilCheck'] = Type.Boolean >> false, |