The Laravel Pint docs specifies that you can run Pint by invoking the binary located in the vendor/bin directory like this:
./vendor/bin/pint
I would like to set this up in VSCode so that it automatically runs Pint when a specific file is saved. How can I achieve this?