Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Just Recipe RunnerNew to Visual Studio Code? Get it now.
Just Recipe Runner

Just Recipe Runner

Elijah Lopez

|
28 installs
| (0) | Free
Run recipes from a justfile even in a nix shell
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Just Recipe Runner

An extension that parses justfiles and adds recipes as tasks in VSCode. This extension does things the right way unlike other extensions I've tried out that use commands. Hit "Run Task" in the command pallete, and click just to see the parsed recipes that you can run.

Features

  • Task integration for justfile recipes including a description when comments are used
  • Run tasks inside nix shell (nix develop) if flake.nix exists, always if set to yes, and never if set to no in settings

demo

Extension Settings

  • just-recipe-runner.useNix: whether to run just recipe command in nix or not

Publishing

  • npx @vscode/vsce package to build
  • npx @vscode/vsce publish requires a personal access token
  • Publishing Extensions tutorial
  • Visual Studio Marketplace Publisher
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft