-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
β¨ Tasks (Run scripts in the shell)Β #262
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestextensionsIssues related to the extension architecture in CodeEditIssues related to the extension architecture in CodeEdit
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestextensionsIssues related to the extension architecture in CodeEditIssues related to the extension architecture in CodeEdit
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
π Complete
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.