PowerShell / ProjectMercury

An interactive shell to work with AI-powered assistance providers
MIT License
52 stars 13 forks source link

`/code post` doesn't insert code to PowerShell prompt on macOS #172

Open daxian-dbw opened 3 months ago

daxian-dbw commented 3 months ago

Summary of the new feature / enhancement

When running /code post, the code doesn't get inserted to PowerShell prompt on macOS. I have to activate the PowerShell pane and press any key to get the posted code shown up in the PowerShell prompt, for example, pressing DownArrow or RightArrow.

Need to figure out what is going on there.

Proposed technical implementation details (optional)

No response