PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
616 stars 209 forks source link

Fix the `TranscribeOnly` bug (take two) #2026

Closed andyleejordan closed 1 year ago

andyleejordan commented 1 year ago

We were using our own UI, not the byzantine internal UI where it actually needed to be fixed.

This is https://github.com/PowerShell/PowerShellEditorServices/pull/2023 but again, with the right UI.

And not only have we tracked this down, we were finally able to reproduce it (and so test this fix).

Resolves https://github.com/PowerShell/vscode-powershell/issues/3991.

andyleejordan commented 1 year ago

P.S. This is actually like take five.