Expand description
Platform-specific process utilities.
On Windows, GUI processes (like VSCode extension host / atomcode-daemon)
that spawn console programs (git, curl, cmd.exe, etc.) will cause Windows
to automatically create a visible console window for the child process.
The suppress_console_window helpers apply the CREATE_NO_WINDOW creation
flag to prevent this.
Functionsยง
- suppress_
console_ window - No-op on non-Windows platforms.
- suppress_
console_ window_ sync - No-op on non-Windows platforms.