summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-07-02 16:23:23 -0400
committerJosh Ferrell <josh@vector35.com>2025-07-14 16:31:49 -0400
commit999058a2e4f2c4d99bcb6cdc7790ee5a350b83a7 (patch)
tree12e9257040cade82c2e5a4db41bd4572de13c46b
parent7fc56eae3bae6f4f9023f3417300784b30c73f3b (diff)
Remove pluginManager.communityUpdateChannel setting in favor of pluginManager.debug
-rw-r--r--docs/guide/settings.md5
1 files changed, 1 insertions, 4 deletions
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`]|<a id='pdb.files.symbolServerList'>pdb.files.symbolServerList</a>|
|platform|Automatically Load Platform Type Libraries|Automatically load type libraries during platform initialization.|`boolean`|`True`|[`SettingsUserScope`]|<a id='platform.autoLoadTypeLibs'>platform.autoLoadTypeLibs</a>|
|pluginManager|Community Plugin Repository|Whether the community plugin repository is enabled|`boolean`|`True`|[`SettingsUserScope`]|<a id='pluginManager.communityRepo'>pluginManager.communityRepo</a>|
-|pluginManager|Community Plugin Manager Update Channel|Specify which community update channel the Plugin Manager should update plugins from.|`string`|`master`|[`SettingsUserScope`]|<a id='pluginManager.communityUpdateChannel'>pluginManager.communityUpdateChannel</a>|
-| | | 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`]|<a id='pluginManager.debug'>pluginManager.debug</a>|
+|pluginManager|Debug Plugin Manager|Internal use only. May prevent your ability to install official and community plugins.|`boolean`|`False`|[`SettingsUserScope`]|<a id='pluginManager.debug'>pluginManager.debug</a>|
|pluginManager|Official Plugin Repository|Whether the official plugin repository is enabled|`boolean`|`True`|[`SettingsUserScope`]|<a id='pluginManager.officialRepo'>pluginManager.officialRepo</a>|
|pluginManager|Unofficial 3rd Party Plugin Repository Display Name|Specify display name of 3rd party plugin repository.|`string`| |[`SettingsUserScope`]|<a id='pluginManager.unofficialName'>pluginManager.unofficialName</a>|
|pluginManager|Unofficial 3rd Party Plugin Repository URL|Specify URL of 3rd party plugin|`string`| |[`SettingsUserScope`]|<a id='pluginManager.unofficialUrl'>pluginManager.unofficialUrl</a>|