Closed
Description
For the following notification, when build scripts panic:
rust-analyzer failed to run build scripts. Check the server logs for additional info.
It wastes users time and effort to hunt for the correct channel and scroll in it when that happens.
- Is it possible to reveal that channel when that happens? perhaps by using
LogOutputChannel.show(true)
(link to API). - If too disruptive, would it be better to put it behind a VS Code configuration setting (
false
by default)? - 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!