diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-08 19:16:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-08 19:16:54 +0800 |
commit | f9310f9ca75c0e75a382b6b3806e5273350bab31 (patch) | |
tree | a8e384023bf9d54850b6fdaa76a7a24a0d084ebf /script/config | |
parent | 5241f282f8c61e9ab012335119c47f032d6bc616 (diff) | |
download | lua-language-server-f9310f9ca75c0e75a382b6b3806e5273350bab31.zip |
update config
Diffstat (limited to 'script/config')
-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 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), |