dprint / dprint-intellij

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

Fix double save and better handling for tasks. #77

Closed ryan-rushton closed 8 months ago

ryan-rushton commented 8 months ago

Overview

This fixes an issue where the save action was running twice and sets up better task queue management to ensure that only a single task can be running at a time. For example, only a single initialisation, or a single format for a given file.