You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
So if the project contains a package.json file it tries to read it, if it finds any scripts, it puts them in the menu to let you run them.
When one of the scripts is pressed, it starts the script in a new shell.
Is your feature request related to a problem? Please describe.
Registrazione.schermo.2022-03-26.alle.09.30.34.mov
You know that XCode has a menu like this, which allows you to run tests and other things as well as run the program.
It would be useful to have something like this, but which allows you to run scripts found in the
package.jsonfile.Script package.json example:
Describe the solution you'd like
So if the project contains a
package.jsonfile it tries to read it, if it finds any scripts, it puts them in the menu to let you run them.When one of the scripts is pressed, it starts the script in a new shell.