For the following notification, when build scripts panic: > rust-analyzer failed to run build scripts. Check the server logs for additional info. <img width="462" alt="image" src="https://user-images.githubusercontent.com/15987992/213842758-f5633614-f267-42e6-8756-f403e7961461.png"> It wastes users time and effort to hunt for the correct channel and scroll in it when that happens. 1. Is it possible to reveal that channel when that happens? perhaps by using `LogOutputChannel.show(true)` ([link to API](https://code.visualstudio.com/api/references/vscode-api#LogOutputChannel)). 2. If too disruptive, would it be better to put it behind a VS Code configuration setting (`false` by default)? 3. If too much work/doesn't work well with current settings, can we at least add a button on that notification box to `Show Logs`? Thanks!