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 three) #2031

Closed andyleejordan closed 1 year ago

andyleejordan commented 1 year ago

Yet again fixing compiler constants, just go this plain wrong last time. Also caught in testing that we need to disable TranscribeOnly in the finally of ExecuteDebugger too, so that the original Out-Default (from the invocation of the debugged script) isn't broken.