This VS Code extension provides a view for exploring tasks. This includes browsing, creation, editing and execution.
The Task panel presents the tree of tasks, grouped by intents. The following intents are supported:
- Build
- Deploy
- Miscellenous
- The user can create a new task using the view's Create button.
- The context menu on the tree enables users to edit and remove tasks.
- The Run button on the task's item runs the task.
The Tasks panel is hidden if no extension exposes the task provider contributing to the Task Explorer.
Open an issue on GitHub.
See CONTRIBUTING.md.