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
22 stars 15 forks source link

Run shell scripts in addition to Wallaby #25

Open gbrunow opened 5 years ago

gbrunow commented 5 years ago

It would be useful to run shell scripts, for example, run ng serve when opening an Angular project. This would be easy to set up since on the project side since you can have project specific settings.

rogerfar commented 5 years ago

This would be a useful feature, now it just throws an error that ng cannot be found.