Skip to main content

Module process_utils

Module process_utils 

Source
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.