Skip to content

Add attributes to windows commands to allow running in the background - #741

Draft
GuilhermeJSilva wants to merge 2 commits into
developfrom
gsilva/windows-background
Draft

Add attributes to windows commands to allow running in the background#741
GuilhermeJSilva wants to merge 2 commits into
developfrom
gsilva/windows-background

Conversation

@GuilhermeJSilva

Copy link
Copy Markdown
Contributor

Before this PR

  • Windows processes would be killed when the parent dies, because consoles propagate signals to their children

After this PR

==COMMIT_MSG==
==COMMIT_MSG==

  • Windows processes are started in a new group, preventing the processes from dying when started from the console

Possible downsides?

@changelog-app

changelog-app Bot commented Aug 7, 2026

Copy link
Copy Markdown

Generate changelog in changelog/@unreleased

Type (Select exactly one)

  • Feature (Adding new functionality)
  • Improvement (Improving existing functionality)
  • Fix (Fixing an issue with existing functionality)
  • Break (Creating a new major version by breaking public APIs)
  • Deprecation (Removing functionality in a non-breaking way)
  • Migration (Automatically moving data/functionality to a new system)

Description

Add attributes to windows commands to allow running in the background

Check the box to generate changelog(s)

  • Generate changelog entry

@changelog-app

changelog-app Bot commented Aug 7, 2026

Copy link
Copy Markdown

Successfully generated changelog entry!

Need to regenerate?

Simply interact with the changelog bot comment again to regenerate these entries.


📋Changelog Preview

💡 Improvements

  • Add attributes to windows commands to allow running in the background (#741)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant