Fix KeyboardInterrupt in REPL by anthonykim1 · Pull Request #25625 · microsoft/vscode-python
Resolves: #25468
ExecuteCommand api inside REPL is causing keyboard interrupt for some machine, not all.
Not consistent repro. I was able to repro on one mac, not the other.
We can just use sendText in REPL, users will still be able to access shell integration still.
Python extension doesnt use exitCode or other feature from executeCommand atm, so this is net positive change.