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
Extension Settings
just-recipe-runner.useNix: whether to run just recipe command in nix or not