summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-03-02 22:45:49 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-03-02 22:45:49 +0800
commitbe4aade4f018945722f4a490faa261ee39c3c956 (patch)
treeff4dab05247db61c0b31ed38125f4aa7185af9cc /script
parentb5187993b553d11b89c9dca70f509cd45a4b7f72 (diff)
downloadlua-language-server-be4aade4f018945722f4a490faa261ee39c3c956.zip
default for `addonManager.enable` should be `true`
Diffstat (limited to 'script')
-rw-r--r--script/config/template.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/config/template.lua b/script/config/template.lua
index 41dbd197..3d2a8d35 100644
--- a/script/config/template.lua
+++ b/script/config/template.lua
@@ -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) >> {