Releases: dprint/dprint-plugin-exec
0.3.0
Install
Dependencies:
- Install dprint's CLI >= 0.24.0
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array:{ // etc... "plugins": [ "https://plugins.dprint.dev/exec-0.3.0.json@8b9b02f2d5e54597c3644163fe0f2e66452207635edfbf03cc531d627b016158" ] }
-
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
0.2.1
Install
Dependencies:
- Install dprint's CLI >= 0.24.0
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array:{ // etc... "plugins": [ "https://plugins.dprint.dev/exec-0.2.1.exe-plugin@0a89a91810a212d9413e26d8946d41fbab3e2b5400362d764a1523839c4d78ea" ] }
-
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
0.2.0
Install
Dependencies:
- Install dprint's CLI >= 0.24.0
In dprint configuration file:
-
Specify the plugin url and checksum in the
"plugins"
array:{ // etc... "plugins": [ "https://plugins.dprint.dev/exec-0.2.0.exe-plugin@33977a433e69e3d742ab531c702897dac3f079e1e71944ef64342b9c4647f0e1" ] }
-
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
0.1.1
Install
Dependencies:
- 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.1.exe-plugin@42d3e30a14370b1a33dcc82c78528bd08979f2d4275014087d53472d3e229c62" ] }
-
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
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