Skip to content

Releases: dprint/dprint-intellij

v0.7.0

15 Jul 07:13
469c5b3
Compare
Choose a tag to compare
  • Fixed an issue where initialisation could get into an infinite loop.
  • Default to the IntelliJ formatter when the canFormat cache is cold for a file.
  • Stop self-healing restarts and show error baloons every time a startup fails.

v0.6.0

08 Feb 11:53
52a4122
Compare
Choose a tag to compare
  • Fixed issue where on save actions were running twice per save.
  • Enforce that only a initialisation or format can be queued to run at a time.
  • Added checkbox to Tools -> Actions on Save menu.
  • Added notification when the underlying dprint daemon cannot initialise.
  • Fixed an issue where an error could be thrown when closing or changing projects due to a race condition.
  • Added timeout configuration for the initialisation of the dprint daemon and for commands.

v0.5.0

22 Dec 14:12
b43349c
Compare
Choose a tag to compare
  • Add check for dead processes to warn users that the dprint daemon is not responding
  • Increase severity of logging in the event processes die or errors are seen in process communication
    • This may be a little noisy, and if so disabling the plugin is recommended unless the underlying issue with the process can be fixed
    • For intermittent or one off errors, just restart the dprint plugin via the Restart dprint action
  • Upgrade dependencies
  • Attempt to fix changelog update on publish

v0.4.4

23 Nov 13:17
95b902a
Compare
Choose a tag to compare
  • Fixed issue for plugins that require the underlying process to be running in the working projects git repository.

v0.4.3

11 Oct 02:31
eb3f676
Compare
Choose a tag to compare
  • Update to latest dependencies
  • Reduce log spam

v0.4.2

01 Dec 00:38
65f5fe6
Compare
Choose a tag to compare
  • Fix issue with run on save config not saving

v0.4.1

21 Nov 22:44
6298e4e
Compare
Choose a tag to compare
  • Fix null pointer issue in external formatter

v0.4.0

19 Nov 05:59
d48c4f1
Compare
Choose a tag to compare
  • Run dprint after Eslint fixes have been applied
  • Ensure dprint doesn't attempt to check/format scratch files (perf optimisation) or diff views
  • Add verbose logging config
  • Add override default IntelliJ formatter config

v0.3.9

28 Jul 07:31
48e8f78
Compare
Choose a tag to compare
  • Fix issue where windows systems reported invalid executables
  • Add automatic node module detection from the base project path
  • Add 2022.2 to supported versions

v0.3.8

12 Jul 16:01
dd93c10
Compare
Choose a tag to compare
  • Fix issue causing IntelliJ to hang on shutdown