You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor asyncExec to simplify spawn options handling
Revised the `asyncExec` function to use `Omit<SpawnOptions, 'shell'|'stdio'>`, ensuring better type safety and cleaner code. Standardized `spawn` options by including predefined `stdio` settings for consistent process output handling.
0 commit comments