* Update plugins from marketplaces that have autoUpdate enabled. * Returns the list of plugin IDs that were updated.
( autoUpdateEnabledMarketplaces: Set<string>, )
| 204 | * Returns the list of plugin IDs that were updated. |
| 205 | */ |
| 206 | async function updatePlugins( |
| 207 | autoUpdateEnabledMarketplaces: Set<string>, |
| 208 | ): Promise<string[]> { |
| 209 | return updatePluginsForMarketplaces(autoUpdateEnabledMarketplaces) |
| 210 | } |
| 211 | |
| 212 | /** |
| 213 | * Auto-update marketplaces and plugins in the background. |
no test coverage detected