https://github.com/elibroftw/vscode-justfile
Integrates justfile recipes into vscode tasks
https://github.com/elibroftw/vscode-justfile
justfile vscode-extension
Last synced: 7 months ago
JSON representation
Integrates justfile recipes into vscode tasks
- Host: GitHub
- URL: https://github.com/elibroftw/vscode-justfile
- Owner: elibroftw
- License: cc0-1.0
- Created: 2024-12-04T02:14:23.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-09T21:19:45.000Z (7 months ago)
- Last Synced: 2025-03-09T22:24:36.970Z (7 months ago)
- Topics: justfile, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ElijahLopez.just-recipe-runner
- Size: 6.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Just Recipe Runner
An extension that parses `justfile`s 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
## Publishing
- `npx @vscode/vsce package` to build
- `npx @vscode/vsce publish` requires a personal access token
- [Visual Studio Marketplace Publisher](https://marketplace.visualstudio.com/manage/publishers/ElijahLopez)
- [Publishing Extensions tutorial](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)