-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPM Task Viewer Widget #55
Comments
We should leverage the VSCode task schema for defining them and the widgets basically reads and displays them. |
Also we should add this as a new section into the tree viewer. |
I like those two requirements, @christian-bromann. So in essence this is widget is actually a generic VS Code task runner showcased based on NPM scripts/tasks? |
I kind changed my mind on this one because tree viewer sections need to be defined within |
Not sure I understand. If a tasks.json is defined the treeviewer could be totally agnostic from what context project is loaded, no? |
Yeah. If a |
Discovering a new project can be challenging, especially if the project specific tasks are unknown. We can help expose these NPM tasks by offering a widget that allows to add descriptions and titles to an NPM task to help developers better understand what they do and when to use that NPM task.
Requirements:
package.json
and offer to add them to the listThe text was updated successfully, but these errors were encountered: