Any Windows users out there? I'm running PowerShel...
# general
t
Any Windows users out there? I'm running PowerShell on my mac and Pulumi doesn't seem to like how the arrow keys are handled. Pressing up or down after a plan throws this:
Copy code
Do you want to perform this update?
  yes
> no
  details
error: confirmation cancelled, not proceeding with the update: Unexpected Escape Sequence: ['\x1b' 'O']
Interestingly enough, even launching bash from within PowerShell doesn't help. Something about PS seems to be "breaking" the terminal, and it doesn't seem to have anything to do with the environment variables, as I can launch a fresh Bash session and set them the same without breaking things.