tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.12k stars 60 forks source link

Error in Explorer Connections is not readable #171

Closed antonklimov closed 2 months ago

antonklimov commented 5 months ago

The error resulting from scaffolding is not readable. It's possible to do Toggle Developer Tools and search for it, but I think it should be possible to view the whole error without doing that.

image
tareqimbasher commented 5 months ago

The full error shows if you hover over that red message. I'll add a better way to view it. You can also find the log file by going to Settings > Open App Data Folder > Logs folder

antonklimov commented 5 months ago

Thank you, yes it actually does show the error after a couple of seconds on hover.

tareqimbasher commented 2 months ago

202 adds a way to copy the error text to the clipboard by just clicking the error bubble. Will go out with next release.