pub fn spawn_plugin_action_probe(
manifest: &PluginManifest,
contribution: &PluginActionContribution,
context: &PluginActionContext,
) -> Result<PluginProcess>Expand description
Starts a bounded schema-2 action probe. The executable receives exactly
--guth-action-protocol 1 probe; its request is a single JSON object on
stdin and its response must be a single versioned JSON object on stdout.