Script Buttons for VSCodeMake running custom scripts easier! FeaturesWhen a package.json file is detected in the current workspace folder a button is created on the status bar for each script. When this button is clicked it runs the script in a terminal. Only 1 instance of each script can run at a given time. Scripts can also be loaded in from a script-buttons.json file. Npm scripts will be white whereas non-npm scripts will be grey. When no scripts can be found a warning message will be displayed.
Extension SettingsAdded configuration for selecting the cli tool like pnpm,yarn or npm. default is pnpm. Known IssuesIt seems must use npm tool when you want to publish/pack with vsce. Release Notes1.1.2Added configuration for selecting the cli tool like pnpm,yarn or npm. default is pnpm. Forked from https://github.com/jwaterfall/script-buttons.git. it is an upgrade from that. 1.1.1Added an NPM install button if a package.json file is detected. 1.1.0Added the ability to define scripts without a package.json file, this is done using a script-buttons.json file. 1.0.0Initial release. |