dprint / dprint-intellij

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

Changes to startup and 0.6.1 #89

Closed ryan-rushton closed 2 months ago

ryan-rushton commented 3 months ago

Overview

This changes behaviour with how startup is handled and particularly failures. Now we never try and auto heal on failure, instead we show an error notification on all failures and expect the user to action them.

Also, we now default to the IJ formatter if the can format cache is cold in the plugin. This has come out of some discussions with Jetbrains, and while I will move to a more optimistic version that will try warm the cache when a new API is ready, I am taking a more blunt approach for now.

Also v.0.7.0 will be released with this.

Fixes #88