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.
1 parent 7342515 commit dec586eCopy full SHA for dec586e
script/config/template.lua
@@ -415,8 +415,8 @@ local template = {
415
["Lua.docScriptPath"] = Type.String,
416
-- VSCode
417
["Lua.addonManager.enable"] = Type.Boolean >> true,
418
- ["Lua.addonManager.repositoryPath"] = Type.String,
419
- ["Lua.addonManager.repositoryBranch"] = Type.String,
+ ["Lua.addonManager.repositoryPath"] = Type.String,
+ ["Lua.addonManager.repositoryBranch"] = Type.String,
420
['files.associations'] = Type.Hash(Type.String, Type.String),
421
-- copy from VSCode default
422
['files.exclude'] = Type.Hash(Type.String, Type.Boolean) >> {
0 commit comments