Skip to content

Commit

Permalink
default for addonManager.enable should be true
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 2, 2023
1 parent b518799 commit be4aade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/config/template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ local template = {
['Lua.doc.packageName'] = Type.Array(Type.String),

-- VSCode
["Lua.addonManager.enable"] = Type.Boolean >> false,
["Lua.addonManager.enable"] = Type.Boolean >> true,
['files.associations'] = Type.Hash(Type.String, Type.String),
-- copy from VSCode default
['files.exclude'] = Type.Hash(Type.String, Type.Boolean) >> {
Expand Down

0 comments on commit be4aade

Please sign in to comment.