{"id":20827526,"url":"https://github.com/go-task/vscode-task","last_synced_at":"2025-05-07T21:05:53.651Z","repository":{"id":154414826,"uuid":"613053615","full_name":"go-task/vscode-task","owner":"go-task","description":"Task for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2025-05-03T11:25:15.000Z","size":795,"stargazers_count":43,"open_issues_count":26,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T21:05:47.026Z","etag":null,"topics":["taskfile","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=task.vscode-task","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-task.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["andreynering","pd93"],"open_collective":"task","custom":"https://taskfile.dev/donate/"}},"created_at":"2023-03-12T18:47:16.000Z","updated_at":"2025-04-05T20:53:56.000Z","dependencies_parsed_at":"2024-05-04T12:36:42.762Z","dependency_job_id":"5c388f70-609e-46a0-b1bb-60f49b437066","html_url":"https://github.com/go-task/vscode-task","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-task%2Fvscode-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-task%2Fvscode-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-task%2Fvscode-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-task%2Fvscode-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-task","download_url":"https://codeload.github.com/go-task/vscode-task/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954428,"owners_count":21830903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["taskfile","vscode-extension"],"created_at":"2024-11-17T23:12:21.106Z","updated_at":"2025-05-07T21:05:53.624Z","avatar_url":"https://github.com/go-task.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://taskfile.dev\"\u003e\n    \u003cimg src=\"./res/task.png\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://taskfile.dev\"\u003e\n    \u003cimg src=\"./res/vscode.png\"/\u003e\n  \u003c/a\u003e\n\n  \u003ch1\u003eTask for Visual Studio Code\u003c/h1\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://taskfile.dev\"\u003eTask\u003c/a\u003e is a task runner / build tool that aims to be simpler and easier to use than, for example, \u003ca href=\"https://www.gnu.org/software/make/\"\u003eGNU Make\u003ca\u003e.\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://taskfile.dev/installation/\"\u003eInstallation\u003c/a\u003e | \u003ca href=\"https://taskfile.dev/usage/\"\u003eDocumentation\u003c/a\u003e | \u003ca href=\"https://twitter.com/taskfiledev\"\u003eTwitter\u003c/a\u003e | \u003ca href=\"https://fosstodon.org/@task\"\u003eMastodon\u003c/a\u003e | \u003ca href=\"https://discord.gg/6TY36E39UK\"\u003eDiscord\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Installation\n\n- [Visual Studio Code | Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=task.vscode-task)\n- [VSCodium | Open VSX Registry](https://open-vsx.org/extension/task/vscode-task)\n\n## Features\n\n- View tasks in the sidebar.\n- Run tasks from the sidebar and command palette.\n- Go to definition from the sidebar and command palette.\n- Run last task command.\n- Multi-root workspace support.\n- Initialize a Taskfile in the current workspace.\n\n---\n\n![Task for Visual Studio Code Preview](./res/preview.png)\n\n## Configuration\n\n| Setting           | Type      | Allowed Values                    | Default     | Description                                                                                  |\n| ----------------- | --------- | --------------------------------- | ----------- | -------------------------------------------------------------------------------------------- |\n| `updateOn`        | `string`  | `\"manual\"`, `\"save\"`              | `\"save\"`    | When the list of tasks should be updated.                                                    |\n| `path`            | `string`  |                                   | `\"task\"`    | Path to the Task binary. Can also the name of a binary in your `$PATH`.                      |\n| `outputTo`        | `string`  | `\"output\"`, `\"terminal\"`          | `\"output\"`  | Where to print the output of tasks. Note that the output panel does not support ANSI colors. |\n| `checkForUpdates` | `boolean` |                                   | `true`      | Check if there is a newer version of Task on startup.                                        |\n| `tree.nesting`    | `boolean` |                                   | `true`      | Whether to nest tasks by their namespace in the tree view.                                   |\n| `tree.sort`       | `sort`    | `default`, `alphanumeric`, `none` | `\"default\"` | The order in which to display tasks in the tree view.                                        |\n","funding_links":["https://github.com/sponsors/andreynering","https://github.com/sponsors/pd93","https://opencollective.com/task","https://taskfile.dev/donate/"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-task%2Fvscode-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-task%2Fvscode-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-task%2Fvscode-task/lists"}