1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/docs/docs/community.md
2022-12-19 19:51:22 +00:00

2.9 KiB

slug sidebar_position
/community/ 8

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.

Translations

@DeronW maintains the Chinese translation of the website on this repository.

Editor Integrations

JSON Schema

Initial work on the schema was made by @KROSF on this Gist. The schema is currently available at https://taskfile.dev/schema.json and linked at https://json.schemastore.org/taskfile.json so it is be used automatically many code editors, like VSCode. Contributions can be done by editing this file.

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.