launch.actions.push_launch_configurations module
Module for the PushLaunchConfigurations action.
- class launch.actions.push_launch_configurations.PushLaunchConfigurations[source]
Bases:
ActionAction that pushes the current state of launch configurations to a stack.
The state can be restored by popping the stack with the
launch.actions.PopLaunchConfigurationsaction.- execute(context: LaunchContext)[source]
Execute the action.