0.1.0
Install
Dependencies:
- Install python and ensure it's on the path.
- Install dprint's CLI >= 0.19.1
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array:{ // etc... "plugins": [ "https://plugins.dprint.dev/exec-0.1.0.exe-plugin@22ae1155d465910b46af57cae170d3248d6b5515a86a95d103b57d47a8b4b609" ] }
-
Ensure the file extensions necessary are matched in an
"includes"
pattern. -
Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration