Skip to content

second-instance event should pass ENV of requester #18434

@starpit

Description

@starpit

Preflight Checklist

  • I have read the Contributing Guidelines for this project.
  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Problem Description

the second-instance event passes the commandLine and workingDirectory of the second instance, but does not pass the environment variable map. thus, if one desires to pass updates of the environment variables (updated between the time of first process and second process creation) to the first process, this is not currently possible

Proposed Solution

the second-instance event should pass an env argument

Alternatives Considered

one could roll their own, via self-managed filesystem operations

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions