[Tooling] Sometimes cannot cancel out of `genkit start` command
Describe the bug
When I'm using VSCode's Integrated Terminal, I often cannot cancel out of a genkit start command. I get these ^C characters instead. It doesn't happen outside of VSCode (e.g. iTerm). I'm using oh my zsh. It's only the genkit start command that this happens with
i get this issue in iTerm2 + zsh
Does anyone get this issue without iTerm2 and zsh? I am using these as well
Repro'd as well. zsh + iTerm2.
https://superuser.com/questions/1178934/iterm2-ctrl-c-doesnt-work-sometimes
https://stackoverflow.com/questions/57827784/ctrl-c-doesnt-break-in-terminal-on-mac
might be related to readline, which we're using
https://github.com/nodejs/node/issues/4758