Signal
IdeRunManager::run
Description
This signal is emitted to allow plugins to add additional settings to a run context before a launcher is created.
Generally this can only be used in certain situations and you probably want to modify the run context in another way such as a deploy strategry, runtime, or similar.
Default handler: The default handler is called after the handlers added via |
Parameters
run_context
-
Type:
IdeRunContext
An
IdeRunContext
.The data is owned by the caller of the function.