Community

Some of the work to improve the Task ecosystem is done by the community, be it installation methods or integrations with code editor. I (the author) am thankful for everyone that helps me to improve the overall experience.

Editor Integrations

JSON Schema

@KROSF worked on a JSON Schema into this Gist, which later was made officially available by @Crandel at https://json.schemastore.org/taskfile.json. Further improvements are possible by opening pull requests changing this file. Some code editors, like Visual Studio Code, make use of Schema Store automatically.

Visual Studio Code extension

Additionally, there's also some work done by @paulvarache in making an Visual Studio Code extension, which has its code here and is published here.

Sublime Text 4 package

There is a convenience wrapper for initializing and running tasks from Sublime Text's command palette. The package is developed by @biozz, the source code is available here and it is published on Package Control here.

IntelliJ plugin

There's a JetBrains IntelliJ plugin done by @lechuckroh, which has its code here and is published here.

Installation methods

Some installation methods are maintained by third party:

More

Also, thanks for all the code contributors, financial contributors, all those who reported bugs and answered questions.

If you know something that is missing in this document, please submit a pull request.