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
🤖 fix: resolve editor commands using shell PATH (#1073)
_Generated with `mux`_
When Electron spawns child processes without `shell: true`, it uses a
minimal PATH that doesn't include directories like `/opt/homebrew/bin`.
This caused 'Editor command not found' errors for commands like `code`
even when they were available in the user's terminal.
Adding `shell: true` to both the command availability check and the
spawn calls ensures we use the user's full shell environment.
0 commit comments