From 999058a2e4f2c4d99bcb6cdc7790ee5a350b83a7 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Wed, 2 Jul 2025 16:23:23 -0400 Subject: Remove pluginManager.communityUpdateChannel setting in favor of pluginManager.debug --- docs/guide/settings.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/guide') diff --git a/docs/guide/settings.md b/docs/guide/settings.md index 4b729b82..e09985a8 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -324,10 +324,7 @@ The setting will appear under the `Function Settings` submenu in applicable cont |pdb.files|Symbol Server List|List of servers to query for pdb symbols.|`array`|[`https://msdl.microsoft.com/download/symbols`]|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|pdb.files.symbolServerList| |platform|Automatically Load Platform Type Libraries|Automatically load type libraries during platform initialization.|`boolean`|`True`|[`SettingsUserScope`]|platform.autoLoadTypeLibs| |pluginManager|Community Plugin Repository|Whether the community plugin repository is enabled|`boolean`|`True`|[`SettingsUserScope`]|pluginManager.communityRepo| -|pluginManager|Community Plugin Manager Update Channel|Specify which community update channel the Plugin Manager should update plugins from.|`string`|`master`|[`SettingsUserScope`]|pluginManager.communityUpdateChannel| -| | | enum: The default channel. This setting should be used unless you are testing the Plugin Manager.|`enum`|`master`| | | -| | | enum: Plugin Manager test channel, for internal Vector 35 use.|`enum`|`test`| | | -|pluginManager|Debug Plugin Manager|Internal use only. May prevent your ability to install official plugins.|`boolean`|`False`|[`SettingsUserScope`]|pluginManager.debug| +|pluginManager|Debug Plugin Manager|Internal use only. May prevent your ability to install official and community plugins.|`boolean`|`False`|[`SettingsUserScope`]|pluginManager.debug| |pluginManager|Official Plugin Repository|Whether the official plugin repository is enabled|`boolean`|`True`|[`SettingsUserScope`]|pluginManager.officialRepo| |pluginManager|Unofficial 3rd Party Plugin Repository Display Name|Specify display name of 3rd party plugin repository.|`string`| |[`SettingsUserScope`]|pluginManager.unofficialName| |pluginManager|Unofficial 3rd Party Plugin Repository URL|Specify URL of 3rd party plugin|`string`| |[`SettingsUserScope`]|pluginManager.unofficialUrl| -- cgit v1.3.1