Skip to content

Latest commit

 

History

History

README.md

Task Explorer Panel

This VS Code extension provides a view for exploring tasks. This includes browsing, creation, editing and execution.

Description

The Task panel presents the tree of tasks, grouped by intents. The following intents are supported:

  • Build
  • Deploy
  • Miscellenous

Features

  • 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.

Limitations

The Tasks panel is hidden if no extension exposes the task provider contributing to the Task Explorer.

Support

Open an issue on GitHub.

Contributing

See CONTRIBUTING.md.