diff options
Diffstat (limited to 'script/config/template.lua')
-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 ea79c2d3..f8521ffe 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -374,6 +374,7 @@ local template = { }, ['Lua.window.statusBar'] = Type.Boolean >> true, ['Lua.window.progressBar'] = Type.Boolean >> true, + ['Lua.codeLens.enable'] = Type.Boolean >> false, ['Lua.format.enable'] = Type.Boolean >> true, ['Lua.format.defaultConfig'] = Type.Hash(Type.String, Type.String) >> {}, |