dprint-vscode
dprint-vscode copied to clipboard
feat: add support for `dprint.command` option
This PR adds new dprint.command vscode option which allows running custom command.
Closes #38 and #45
@dsherret PTAL
I disconnected the command logic from #cmdPath to its own #command which I think is a bit better.
Please LMKWYT