Skip to content

Releases: dprint/dprint-plugin-exec

0.3.0

24 Apr 00:50
Compare
Choose a tag to compare

Install

Dependencies:

  • Install dprint's CLI >= 0.24.0

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.3.0.json@8b9b02f2d5e54597c3644163fe0f2e66452207635edfbf03cc531d627b016158"
      ]
    }
  2. Ensure the file extensions necessary are matched in an "includes" pattern.

  3. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration

0.2.1

27 Mar 23:00
Compare
Choose a tag to compare

Install

Dependencies:

  • Install dprint's CLI >= 0.24.0

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.2.1.exe-plugin@0a89a91810a212d9413e26d8946d41fbab3e2b5400362d764a1523839c4d78ea"
      ]
    }
  2. Ensure the file extensions necessary are matched in an "includes" pattern.

  3. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration

0.2.0

26 Mar 23:46
b155c74
Compare
Choose a tag to compare

Install

Dependencies:

  • Install dprint's CLI >= 0.24.0

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.2.0.exe-plugin@33977a433e69e3d742ab531c702897dac3f079e1e71944ef64342b9c4647f0e1"
      ]
    }
  2. Ensure the file extensions necessary are matched in an "includes" pattern.

  3. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration

0.1.1

21 Feb 00:33
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install dprint's CLI >= 0.19.1

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.1.1.exe-plugin@42d3e30a14370b1a33dcc82c78528bd08979f2d4275014087d53472d3e229c62"
      ]
    }
  2. Ensure the file extensions necessary are matched in an "includes" pattern.

  3. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration

0.1.0

20 Feb 23:45
Compare
Choose a tag to compare

Install

Dependencies:

  1. Install python and ensure it's on the path.
  2. Install dprint's CLI >= 0.19.1

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.1.0.exe-plugin@22ae1155d465910b46af57cae170d3248d6b5515a86a95d103b57d47a8b4b609"
      ]
    }
  2. Ensure the file extensions necessary are matched in an "includes" pattern.

  3. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration