We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3748ea6 + 63c2443 commit 304a55dCopy full SHA for 304a55d
script/config/template.lua
@@ -395,6 +395,7 @@ local template = {
395
['Lua.doc.packageName'] = Type.Array(Type.String),
396
397
-- VSCode
398
+ ["Lua.addonManager.enable"] = Type.Boolean >> false,
399
['files.associations'] = Type.Hash(Type.String, Type.String),
400
-- copy from VSCode default
401
['files.exclude'] = Type.Hash(Type.String, Type.Boolean) >> {
0 commit comments