Fix PowerShell 7 suggestion text not showing for service-level hooks #5468
Conversation
JeffreyCA
left a comment
There was a problem hiding this comment.
Thanks for fixing this! This approach looks better
Is there a test we could add to validate this behaviour?
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
…5468) * Make sure error suggestion is wrapped * add test
fix #5453
Copilot PR #5454 solves the issue by skipping the multiple error wrap process. If there're more than one error, suggestions will lose again. This PR wrap errors and suggestions if there're any.