diff --git a/changelog.md b/changelog.md
index 83d2681e9907a85b2b6a1ef4c9b6ff846383fa7b..5009ced8f0c60eb9f5851f5b6e3c57f389913f52 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,28 @@
 # changelog
 
+## 3.6.17
+`2023-3-9`
+* `CHG` export documents: export global variables
+* `FIX` [#1715]
+* `FIX` [#1753]
+* `FIX` [#1914]
+* `FIX` [#1922]
+* `FIX` [#1924]
+* `FIX` [#1928]
+* `FIX` [#1945]
+* `FIX` [#1955]
+* `FIX` [#1978]
+
+[#1715]: https://github.com/LuaLS/lua-language-server/issues/1715
+[#1753]: https://github.com/LuaLS/lua-language-server/issues/1753
+[#1914]: https://github.com/LuaLS/lua-language-server/issues/1914
+[#1922]: https://github.com/LuaLS/lua-language-server/issues/1922
+[#1924]: https://github.com/LuaLS/lua-language-server/issues/1924
+[#1928]: https://github.com/LuaLS/lua-language-server/issues/1928
+[#1945]: https://github.com/LuaLS/lua-language-server/issues/1945
+[#1955]: https://github.com/LuaLS/lua-language-server/issues/1955
+[#1978]: https://github.com/LuaLS/lua-language-server/issues/1978
+
 ## 3.6.13
 `2023-3-2`
 * `FIX` setting: `Lua.addonManager.enable` should be `true` by default
diff --git a/package.json b/package.json
index 6d6311d16ef237a7d6d8c27416e32228809b085c..25b553914cba231876d6f3fb152e4db302d6605b 100644
--- a/package.json
+++ b/package.json
@@ -3070,5 +3070,5 @@
 	"sponsor": {
 		"url": "https://github.com/LuaLS/lua-language-server/issues/484"
 	},
-	"version": "3.6.16"
+	"version": "3.6.17"
 }
diff --git a/package.nls.json b/package.nls.json
index 98e060db085091f210eb82bf64e55244cb32f211..d91ebd54a1c81a68dca5781109dba09ce31e747a 100644
--- a/package.nls.json
+++ b/package.nls.json
@@ -5,7 +5,7 @@
     "config.IntelliSense.traceFieldInject": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
     "config.IntelliSense.traceLocalSet": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
     "config.IntelliSense.traceReturn": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
-    "config.addonManager.enable": "",
+    "config.addonManager.enable": "Whether the addon manager is enabled or not.",
     "config.codeLens.enable": "Enable code lens.",
     "config.color.mode": "Color mode.",
     "config.color.mode.Grammar": "Grammar color.",
diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json
index 4ec0e377a60c7fd9b2c86ccaed0e838cdc51e379..9613e1a913f9be74a7357e396576f9c25ae76afa 100644
--- a/package.nls.pt-br.json
+++ b/package.nls.pt-br.json
@@ -5,7 +5,7 @@
     "config.IntelliSense.traceFieldInject": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
     "config.IntelliSense.traceLocalSet": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
     "config.IntelliSense.traceReturn": "Please read [wiki](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
-    "config.addonManager.enable": "",
+    "config.addonManager.enable": "Whether the addon manager is enabled or not.",
     "config.codeLens.enable": "Enable code lens.",
     "config.color.mode": "Color mode.",
     "config.color.mode.Grammar": "Grammar color.",
diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json
index db2f790ccbce4a3ae4f241c482755493a0d71028..dc97eea45c89024812ebc65f48bb458f1e5245e0 100644
--- a/package.nls.zh-cn.json
+++ b/package.nls.zh-cn.json
@@ -5,7 +5,7 @@
     "config.IntelliSense.traceFieldInject": "请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
     "config.IntelliSense.traceLocalSet": "请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
     "config.IntelliSense.traceReturn": "请查阅[文档](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
-    "config.addonManager.enable": "",
+    "config.addonManager.enable": "Whether the addon manager is enabled or not.",
     "config.codeLens.enable": "启用代码度量。",
     "config.color.mode": "着色模式。",
     "config.color.mode.Grammar": "语法着色。",
diff --git a/package.nls.zh-tw.json b/package.nls.zh-tw.json
index ba568fd06f81b46767b3aaea070d4993d948eb3e..762e6613cb38ec885a757ca9ea1883cfb6bde77f 100644
--- a/package.nls.zh-tw.json
+++ b/package.nls.zh-tw.json
@@ -5,7 +5,7 @@
     "config.IntelliSense.traceFieldInject": "請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
     "config.IntelliSense.traceLocalSet": "請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
     "config.IntelliSense.traceReturn": "請查閱[文件](https://github.com/LuaLS/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
-    "config.addonManager.enable": "",
+    "config.addonManager.enable": "Whether the addon manager is enabled or not.",
     "config.codeLens.enable": "Enable code lens.",
     "config.color.mode": "著色模式。",
     "config.color.mode.Grammar": "語法著色。",
diff --git a/package/build.lua b/package/build.lua
index 48feceb6dfbe1227c6b4d1d28b9ea829b2dcc995..756520f6d2361801b4cf62dc3a24a89e57daaf07 100644
--- a/package/build.lua
+++ b/package/build.lua
@@ -1,6 +1,6 @@
 local json = require 'json-beautify'
 
-local VERSION = "3.6.16"
+local VERSION = "3.6.17"
 
 local package = require 'package.package'
 local fsu     = require 'fs-utility'
diff --git a/server b/server
index f3ef9893f2a16e8ddcd2efe15190c793d0448ae5..79b2a72e143fdb9119e5db3387cd3deca27e330c 160000
--- a/server
+++ b/server
@@ -1 +1 @@
-Subproject commit f3ef9893f2a16e8ddcd2efe15190c793d0448ae5
+Subproject commit 79b2a72e143fdb9119e5db3387cd3deca27e330c
diff --git a/setting/schema-pt-br.json b/setting/schema-pt-br.json
index 0668c652a1be414284d3bb7f22e89cc4ad56973d..7b9d9f2cf6a4cabda77ab84a5590f936f2fdefdd 100644
--- a/setting/schema-pt-br.json
+++ b/setting/schema-pt-br.json
@@ -10,7 +10,7 @@
         },
         "addonManager.enable": {
             "default": true,
-            "markdownDescription": "",
+            "markdownDescription": "Whether the addon manager is enabled or not.",
             "scope": "resource",
             "type": "boolean"
         },
diff --git a/setting/schema-zh-cn.json b/setting/schema-zh-cn.json
index ff88eab0f4cf9d9e8be9362c086ca180c379ce22..4c5f4ba2c598052cc4f7f133a4e897c5cacfd6c0 100644
--- a/setting/schema-zh-cn.json
+++ b/setting/schema-zh-cn.json
@@ -10,7 +10,7 @@
         },
         "addonManager.enable": {
             "default": true,
-            "markdownDescription": "",
+            "markdownDescription": "Whether the addon manager is enabled or not.",
             "scope": "resource",
             "type": "boolean"
         },
diff --git a/setting/schema-zh-tw.json b/setting/schema-zh-tw.json
index 17133a2c2770ed98edd4b4f22958f7524f407092..278214d696a4bb61dbd3338b64311b9c64442025 100644
--- a/setting/schema-zh-tw.json
+++ b/setting/schema-zh-tw.json
@@ -10,7 +10,7 @@
         },
         "addonManager.enable": {
             "default": true,
-            "markdownDescription": "",
+            "markdownDescription": "Whether the addon manager is enabled or not.",
             "scope": "resource",
             "type": "boolean"
         },
diff --git a/setting/schema.json b/setting/schema.json
index aa9390924535ec9289ce850bf1ef4e0fe1e4a952..75ca47f267a9128c5dfe0b352de2625b1ab97ffd 100644
--- a/setting/schema.json
+++ b/setting/schema.json
@@ -10,7 +10,7 @@
         },
         "addonManager.enable": {
             "default": true,
-            "markdownDescription": "",
+            "markdownDescription": "Whether the addon manager is enabled or not.",
             "scope": "resource",
             "type": "boolean"
         },