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 3
3
## Unreleased
4
4
<!-- Add all new changes here. They will be moved under a version at release -->
5
5
* ` 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
6
7
* ` FIX ` support hex color codes with ` # ` in ` textDocument/documentColor `
7
8
* ` ADD ` missing locale
8
9
* ` 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
14
14
true
15
15
```
16
16
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
+
17
27
# codeLens.enable
18
28
19
29
Enable code lens.
@@ -2320,4 +2330,4 @@ Array<string>
2320
2330
2321
2331
``` jsonc
2322
2332
[]
2323
- ```
2333
+ ```
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ boolean
14
14
true
15
15
```
16
16
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
+
17
27
# codeLens.enable
18
28
19
29
Enable code lens.
@@ -2320,4 +2330,4 @@ Array<string>
2320
2330
2321
2331
``` jsonc
2322
2332
[]
2323
- ```
2333
+ ```
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ boolean
14
14
true
15
15
```
16
16
17
+ # addonRepositoryPath
18
+
19
+ 指定插件仓库的路径(与 Addon Manager 无关)。
20
+
21
+ ## type
22
+
23
+ ``` ts
24
+ string
25
+ ```
26
+
17
27
# codeLens.enable
18
28
19
29
启用代码度量。
@@ -2318,4 +2328,4 @@ Array<string>
2318
2328
2319
2329
``` jsonc
2320
2330
[]
2321
- ```
2331
+ ```
Original file line number Diff line number Diff line change @@ -14,6 +14,16 @@ boolean
14
14
true
15
15
```
16
16
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
+
17
27
# codeLens.enable
18
28
19
29
Enable code lens.
@@ -2318,4 +2328,4 @@ Array<string>
2318
2328
2319
2329
``` jsonc
2320
2330
[]
2321
- ```
2331
+ ```
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ config.addonManager.repositoryBranch =
6
6
" Specifies the git branch used by the addon manager."
7
7
config .addonManager .repositoryPath =
8
8
" Specifies the git path used by the addon manager."
9
+ config .addonRepositoryPath =
10
+ " Specifies the addon repository path (not related to the addon manager)."
9
11
config .runtime .version =
10
12
" Lua runtime version."
11
13
config .runtime .path =
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ config.addonManager.repositoryBranch =
6
6
" Especifica la rama de git usada por el manejador de extensiones."
7
7
config .addonManager .repositoryPath =
8
8
" 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)."
9
11
10
12
config .runtime .version =
11
13
" 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!
6
6
" Specifies the git branch used by the addon manager."
7
7
config .addonManager .repositoryPath = -- TODO: need translate!
8
8
" 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)."
9
11
config .runtime .version = -- TODO: need translate!
10
12
" Lua runtime version."
11
13
config .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!
6
6
" Specifies the git branch used by the addon manager."
7
7
config .addonManager .repositoryPath = -- TODO: need translate!
8
8
" 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)."
9
11
config .runtime .version = -- TODO: need translate!
10
12
" Lua runtime version."
11
13
config .runtime .path = -- TODO: need translate!
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ config.addonManager.repositoryBranch =
6
6
" 指定插件管理器(Addon Manager)使用的git仓库分支"
7
7
config .addonManager .repositoryPath =
8
8
" 指定插件管理器(Addon Manager)使用的git仓库路径"
9
+ config .addonRepositoryPath =
10
+ " 指定插件仓库的路径(与 Addon Manager 无关)"
9
11
config .runtime .version =
10
12
" Lua运行版本。"
11
13
config .runtime .path =
You can’t perform that action at this time.
0 commit comments