GabiGrin / vscode-auto-run-command

Run a vscode command when it starts. Made to run wallaby.js automatically when a project is opened
https://marketplace.visualstudio.com/items?itemName=gabrielgrinberg.auto-run-command#review-details
MIT License
23 stars 15 forks source link

Add to README how to pass command arguments and run task example #46

Open baincd opened 3 years ago

baincd commented 3 years ago

Passing command arguments was added in #11 to resolve #12, but the README wasn't updated. Added note in README on how to pass command arguments.

Also added an example of how to run a task, as this is likely a common use case (this was my use case, as well as being asked in #21 )