PowerShell / PowerShellEditorServices

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

Update shell integration script to fix command decorations #2125

Closed andyleejordan closed 6 months ago

andyleejordan commented 6 months ago

Happy new year! Updated one year ago today, it needed it again. This has actually been broken for a while unfortunately because the last time we manually patched it to disable strict mode, we did so before capturing the exit code (and thus it was lost). Fixed now at least.

Fixes https://github.com/PowerShell/vscode-powershell/issues/4854 and https://github.com/PowerShell/vscode-powershell/issues/4864.