diff --git a/script/config/template.lua b/script/config/template.lua index 7a4d3f1b6..41dbd1971 100644 --- a/script/config/template.lua +++ b/script/config/template.lua @@ -395,6 +395,7 @@ local template = { ['Lua.doc.packageName'] = Type.Array(Type.String), -- VSCode + ["Lua.addonManager.enable"] = Type.Boolean >> false, ['files.associations'] = Type.Hash(Type.String, Type.String), -- copy from VSCode default ['files.exclude'] = Type.Hash(Type.String, Type.Boolean) >> {