What's wrong with this entry?
Plugin installation in headless/SDK mode now supports extra marketplaces and has better error reporting.
- Now installs plugins from all configured marketplaces, not just default
- Skips plugins from unknown marketplaces with clear logging
- Individual marketplace installation failures don't block other installations
- Logs:
installPluginsForHeadless: installed extra marketplace <name>on success - Logs:
installPluginsForHeadless: failed to install extra marketplace <name>on failure - Logs:
installPluginsForHeadless: skipping N plugins from unknown marketplaces: <list>
Lines 580240-580263 (marketplace installation loop, contains "installPluginsForHeadless: installed extra marketplace" and "skipping ${J.length} plugins from unknown marketplaces")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.