Skip to content

Commit

Permalink
Document disabling bazel_fix_commands.json
Browse files Browse the repository at this point in the history
Fixed: #643
  • Loading branch information
achew22 committed Feb 21, 2024
1 parent 455d858 commit be201b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ create a `.bazel_fix_commands.json` that contains an empty json array, `[]`.
This will additionally disable the notification providing usage instructions on
the first invocation of iBazel.

### Disabling output runner

If you would like to remove the banner but don't wish to configure the output
runner, you can create an empty configuration file like this:

```sh
echo "[]" > .bazel_fix_commands.json
```

You should no longer be prompted when iBazel starts up.

## Profiling

iBazel has a `--profile_dev` flag which turns on a generated profile output file
Expand Down

0 comments on commit be201b4

Please sign in to comment.