dprint / dprint-intellij

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

Fix issue where the inability to parse the schema would stop a project from opening. #14

Closed ryan-rushton closed 2 years ago

ryan-rushton commented 2 years ago

Also, bump to 0.1.3.

I got an issue reported where failing to parse the schema would stop the entire project form loading. This should fix that. It looks like the schema was returning nothing, so maybe I need to also catch the stderr? I am now logging the stderr if this happens.