dprint / dprint-intellij

A dprint plugin for Intellij.
https://plugins.jetbrains.com/plugin/18192-dprint
MIT License
12 stars 2 forks source link

Better v5 error handling. #44

Closed ryan-rushton closed 1 year ago

ryan-rushton commented 1 year ago

Overview

I noticed that the Tool window can disappear if we have a startup error such as there being no available dprint process. This catches the errors that I believe caused that and logs them as a warning. The user won't see these which I think is fine.