File tree Expand file tree Collapse file tree 14 files changed +83
-4
lines changed Expand file tree Collapse file tree 14 files changed +83
-4
lines changed Original file line number Diff line number Diff line change 33## Unreleased
44<!-- Add all new changes here. They will be moved under a version at release -->
55* ` FIX ` cannot debug in Linux due to lua-debug expecting host process to have lua54 symbols available
6+ * ` NEW ` support custom addons path for enhanced editor flexibility
67* ` FIX ` support hex color codes with ` # ` in ` textDocument/documentColor `
78* ` ADD ` missing locale
89* ` FIX ` updates the EmmyLuaCodeStyle submodule reference to a newer commit, ensuring compatibility with GCC 15
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ boolean
1414true
1515```
1616
17+ # addonRepositoryPath
18+
19+ Specifies the addon repository path (not related to the addon manager).
20+
21+ ## type
22+
23+ ``` ts
24+ string
25+ ```
26+
1727# codeLens.enable
1828
1929Enable code lens.
@@ -2320,4 +2330,4 @@ Array<string>
23202330
23212331``` jsonc
23222332[]
2323- ```
2333+ ```
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ boolean
1414true
1515```
1616
17+ # addonRepositoryPath
18+
19+ Specifies the addon repository path (not related to the addon manager).
20+
21+ ## type
22+
23+ ``` ts
24+ string
25+ ```
26+
1727# codeLens.enable
1828
1929Enable code lens.
@@ -2320,4 +2330,4 @@ Array<string>
23202330
23212331``` jsonc
23222332[]
2323- ```
2333+ ```
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ boolean
1414true
1515```
1616
17+ # addonRepositoryPath
18+
19+ 指定插件仓库的路径(与 Addon Manager 无关)。
20+
21+ ## type
22+
23+ ``` ts
24+ string
25+ ```
26+
1727# codeLens.enable
1828
1929启用代码度量。
@@ -2318,4 +2328,4 @@ Array<string>
23182328
23192329``` jsonc
23202330[]
2321- ```
2331+ ```
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ boolean
1414true
1515```
1616
17+ # addonRepositoryPath
18+
19+ Specifies the addon repository path (not related to the addon manager).
20+
21+ ## type
22+
23+ ``` ts
24+ string
25+ ```
26+
1727# codeLens.enable
1828
1929Enable code lens.
@@ -2318,4 +2328,4 @@ Array<string>
23182328
23192329``` jsonc
23202330[]
2321- ```
2331+ ```
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ config.addonManager.repositoryBranch =
66" Specifies the git branch used by the addon manager."
77config .addonManager .repositoryPath =
88" Specifies the git path used by the addon manager."
9+ config .addonRepositoryPath =
10+ " Specifies the addon repository path (not related to the addon manager)."
911config .runtime .version =
1012" Lua runtime version."
1113config .runtime .path =
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ config.addonManager.repositoryBranch =
66" Especifica la rama de git usada por el manejador de extensiones."
77config .addonManager .repositoryPath =
88" Especifica la ruta git usada por el manejador de extensiones."
9+ config .addonRepositoryPath = -- TODO: need translate!
10+ " Specifies the addon repository path (not related to the addon manager)."
911
1012config .runtime .version =
1113" Versión de Lua que se ejecuta."
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ config.addonManager.repositoryBranch = -- TODO: need translate!
66" Specifies the git branch used by the addon manager."
77config .addonManager .repositoryPath = -- TODO: need translate!
88" Specifies the git path used by the addon manager."
9+ config .addonRepositoryPath = -- TODO: need translate!
10+ " Specifies the addon repository path (not related to the addon manager)."
911config .runtime .version = -- TODO: need translate!
1012" Lua runtime version."
1113config .runtime .path = -- TODO: need translate!
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ config.addonManager.repositoryBranch = -- TODO: need translate!
66" Specifies the git branch used by the addon manager."
77config .addonManager .repositoryPath = -- TODO: need translate!
88" Specifies the git path used by the addon manager."
9+ config .addonRepositoryPath = -- TODO: need translate!
10+ " Specifies the addon repository path (not related to the addon manager)."
911config .runtime .version = -- TODO: need translate!
1012" Lua runtime version."
1113config .runtime .path = -- TODO: need translate!
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ config.addonManager.repositoryBranch =
66" 指定插件管理器(Addon Manager)使用的git仓库分支"
77config .addonManager .repositoryPath =
88" 指定插件管理器(Addon Manager)使用的git仓库路径"
9+ config .addonRepositoryPath =
10+ " 指定插件仓库的路径(与 Addon Manager 无关)"
911config .runtime .version =
1012" Lua运行版本。"
1113config .runtime .path =
You can’t perform that action at this time.
0 commit comments