Turborepo Tasks Provider
This VS Code extension provides integration with Turborepo, allowing you to manage and execute Turborepo tasks directly from VS Code.
Features
- Turborepo Task Integration: Register and execute Turborepo tasks within VS Code
- Task Provider: Automatically detects and provides Turborepo tasks in the task explorer
- Workspace Integration: Works with your existing Turborepo projects and workspace configuration
Installation
- Open VS Code
- Go to Extensions (Ctrl+Shift+X or Cmd+Shift+X)
- Search for "Turborepo tasks provider"
- Click Install
Commands
| Command |
Title |
vscode-turborepo-tasks.refreshTasks |
Turborepo Tasks Provider: Refresh tasks |
Configurations
| Key |
Description |
Type |
Default |
vscode-turborepo-tasks.turboPath |
Path to the turbo binary |
string |
"turbo" |
vscode-turborepo-tasks.turboConfigPath |
Path to the turbo config file. Allows usage of glob patterns. |
string |
"**/turbo.json" |
| |