Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Just RunNew to Visual Studio Code? Get it now.
Just Run

Just Run

Canpeng

|
2 installs
| (0) | Free
Manages justfile tasks in Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Just Run

Manages justfile tasks in Visual Studio Code in a custom activity view.

Features

  • List recipes from justfile, Justfile, and .justfile files in workspace folders
    • The task list is automatically refreshed when a justfile is changed
  • Run/terminate/restart tasks directly in the custom activity view
  • View a recipe's source line in its justfile
  • Keep frequently used tasks in a top-level Favorites group
  • Running tasks are indicated by an animated icon
  • Total number of running tasks is shown as view badge
  • Exclude tasks using a regular expression pattern
  • Automatically collapse large task trees

Configuration

taskManager.exclude

Regular expression pattern for excluding tasks by name.

Example:

{
  "taskManager.exclude": "^deploy"
}

taskManager.collapseLargeTaskTree

Controls whether the task tree automatically collapses top-level groups when there are more than three groups and more than 30 tasks. Enabled by default.

Example:

{
  "taskManager.collapseLargeTaskTree": false
}

Screenshot

Screenshot

Release Notes

See CHANGELOG.md for release history.

Credits

  • The extension icon (task.svg) is made by Pixel perfect from Flaticon.
  • The sync icon (sync.svg) is made by Those Icons from Flaticon.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft