dprint / dprint-intellij

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

Timeout canFormat in EditorServiceV4 so it cannot lock up the UI. #29

Closed ryan-rushton closed 2 years ago

ryan-rushton commented 2 years ago

This should hopefully alleviate #28. I am not sure if I can totally fix it but hopefully the change in lock to the editorService will do it. I also added some more logging and a bunch of timeouts so we can ensure it won't hang indefinitely.

Closes #28

ryan-rushton commented 2 years ago

Going to merge this and release, seemed fine to me today.