VSCode Terminal LauncherThis extension comes really handy for any project in which you may need to have one or more terminal window open while developing. i.e.: Run Unit tests in watch mode, transpile your code using babel, ...etc. This extension allows you to set up and configure your projects with the terminal windows and commands that you want to run and it would launch them for you through the VSCode integrated terminals. See the demos below. InstallationPress F1 in VSCode, type
UsageSave ProjectFirst you'll need to save a new project along with the scripts that you wish to run.
Edit the list of projectTo easily add more projects, edit, or re-cofigure a previously added project. you can edit the projects.json file yourself with the following command and the json file will open up ready for editiing. For each command a separate terminal window is used.
Run the terminal projectOnce you're in the same directory of a project that you saved earlier, you can trigger the terminal extention with the following command
Extension SettingsThis extension contributes the following settings:
example:
Known IssuesThe extension was only tested on macOS, some issues may arise on other Operating systems. Please feel free to file new issues and submit pull requests to resolve any issue you may have. Release Notesplease refer to the change log CHANGELOG.md Enjoy! LicenseMIT © Yahya Gilany |