File tree Expand file tree Collapse file tree 6 files changed +22
-0
lines changed
Expand file tree Collapse file tree 6 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 22
33config .addonManager .enable =
44" Whether the addon manager is enabled or not."
5+ config .addonManager .repository_branch =
6+ " Specifies the git branch used by the addon manager."
7+ config .addonManager .repository_path =
8+ " Specifies the git path used by the addon manager."
59config .runtime .version =
610" Lua runtime version."
711config .runtime .path =
Original file line number Diff line number Diff line change 22
33config .addonManager .enable = -- TODO: need translate!
44" Whether the addon manager is enabled or not."
5+ config .addonManager .repository_branch = -- TODO: need translate!
6+ " Specifies the git branch used by the addon manager."
7+ config .addonManager .repository_path = -- TODO: need translate!
8+ " Specifies the git path used by the addon manager."
59config .runtime .version = -- TODO: need translate!
610" Lua runtime version."
711config .runtime .path = -- TODO: need translate!
Original file line number Diff line number Diff line change 22
33config .addonManager .enable = -- TODO: need translate!
44" Whether the addon manager is enabled or not."
5+ config .addonManager .repository_branch = -- TODO: need translate!
6+ " Specifies the git branch used by the addon manager."
7+ config .addonManager .repository_path = -- TODO: need translate!
8+ " Specifies the git path used by the addon manager."
59config .runtime .version = -- TODO: need translate!
610" Lua runtime version."
711config .runtime .path = -- TODO: need translate!
Original file line number Diff line number Diff line change 22
33config .addonManager .enable =
44" 是否启用扩展的附加插件管理器(Addon Manager)"
5+ config .addonManager .repository_branch =
6+ " 指定插件管理器(Addon Manager)使用的git仓库分支"
7+ config .addonManager .repository_path =
8+ " 指定插件管理器(Addon Manager)使用的git仓库路径"
59config .runtime .version =
610" Lua运行版本。"
711config .runtime .path =
Original file line number Diff line number Diff line change 22
33config .addonManager .enable = -- TODO: need translate!
44" Whether the addon manager is enabled or not."
5+ config .addonManager .repository_branch = -- TODO: need translate!
6+ " Specifies the git branch used by the addon manager."
7+ config .addonManager .repository_path = -- TODO: need translate!
8+ " Specifies the git path used by the addon manager."
59config .runtime .version =
610" Lua執行版本。"
711config .runtime .path =
Original file line number Diff line number Diff line change @@ -414,6 +414,8 @@ local template = {
414414 [" Lua.docScriptPath" ] = Type .String ,
415415 -- VSCode
416416 [" Lua.addonManager.enable" ] = Type .Boolean >> true ,
417+ [" Lua.addonManager.repository_path" ] = Type .String ,
418+ [" Lua.addonManager.repository_branch" ] = Type .String ,
417419 [' files.associations' ] = Type .Hash (Type .String , Type .String ),
418420 -- copy from VSCode default
419421 [' files.exclude' ] = Type .Hash (Type .String , Type .Boolean ) >> {
You can’t perform that action at this time.
0 commit comments