Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
# Build Runner for VSCode

### 🔨 Run [build_runner](https://pub.dev/packages/build_runner) commands conveniently.
### 🔨 Run [build_runner](https://pub.dev/packages/build_runner) commands conveniently

### [📦 Get it on the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=GaetSchwartz.build-runner)

## 🌟 Features

* Launch `build_runner build` with `CTRL+SHIFT+B` (`CMD+SHIFT+B` on Mac).
- Launch `build_runner build` with `CTRL+SHIFT+B` (`CMD+SHIFT+B` on Mac).

* Launch `build_runner build` with `--build-filter` by using `CTRL+ALT+B` (`CMD+ALT+B` on Mac) to only rebuild the selected file. Way faster than the regular build. (Thanks to [@luke_pighetti](https://twitter.com/luke_pighetti))
- Launch `build_runner build` with `--build-filter` by using `CTRL+ALT+B` (`CMD+ALT+B` on Mac) to only rebuild the selected file. Way faster than the regular build. (Thanks to [@luke_pighetti](https://twitter.com/luke_pighetti))

* Start watching your entire project using `build_runner watch` by pressing the extension button on the status bar on the bottom.
- Start watching your entire project using `build_runner watch` by pressing the extension button on the status bar on the bottom.

![](assets/screen2.png)

## 📦 How to setup

1. Make sure `build_runner` is set up properly, read its [documentation](https://pub.dev/packages/build_runner).
2. That should be it.
1. Make sure `build_runner` is set up properly, read its [documentation](https://pub.dev/packages/build_runner).
2. That should be it.

🐛 If you encounter any issue feel free to open an issue. *Please make sure it is not a `build_runner` issue first, try running the `build_runner` command equivalent.*
🐛 If you encounter any issue feel free to open an issue. _Please make sure it is not a `build_runner` issue first, try running the `build_runner` command equivalent._

## [<img src="assets/twitter.png" width="20px"> Follow me on Twitter](https://twitter.com/intent/follow?screen_name=gaetschwartz)
## [<img src="assets/twitter.png" width="20px"> Follow me on Twitter](https://twitter.com/intent/follow?screen_name=gaetschwartz)

## Known Possible Issues

Failed to determine where to run / ENOENT: <https://github.com/gaetschwartz/build-runner/issues/1#issue-855354950>