summaryrefslogtreecommitdiff
path: root/script/config
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-08 19:16:54 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-08 19:16:54 +0800
commitf9310f9ca75c0e75a382b6b3806e5273350bab31 (patch)
treea8e384023bf9d54850b6fdaa76a7a24a0d084ebf /script/config
parent5241f282f8c61e9ab012335119c47f032d6bc616 (diff)
downloadlua-language-server-f9310f9ca75c0e75a382b6b3806e5273350bab31.zip
update config
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 d22679a2..bea1dfa1 100644
--- a/script/config/template.lua
+++ b/script/config/template.lua
@@ -304,6 +304,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),
-- VSCode
['files.associations'] = Type.Hash(Type.String, Type.String),