Closed tomdavidson closed 2 years ago
What version of dprint do you have? Run dprint upgrade
and if that doesn't work, you definitely have an old version so update by following: https://dprint.dev/install/
Actually, I'm now able to reproduce. Looking into it.
Change "prettier-package-json.associations": ["**/package.json"]
to "prettier-package-json.associations": "**/package.json"
for now. I'll look into fixing this.
Run dprint config update
in the directory of your configuration file to upgrade to 0.3.2 and this should be fixed now.
@dsherret your amazing. Thank you for helping me out so quickly and Im happy to report that 0.3.2 does resolve!
I must not understand the exec configuration correctly, because I get this error when I have a file that matches the exec associations globs.
error
dprint.json
What am I doing wrong?