Use it now Notable
No documentation found
SDK plugins can now be sent via an initialize request instead of the command line, with a fallback warning if not applied.
The SDK can now deliver plugins through the initialize control request by setting pluginDelivery: 'initialize', as an alternative to passing them via argv or --plugin-dir at launch. On the client side, Query.initialize() checks the server's plugins_applied response field, and if plugins sent this way were not applied, it logs a warning noting that the process runs with whatever it was launched with.
Names in the bundlepluginDelivery: 'initialize'plugins_applied