Skip to content

Commit

Permalink
Build before and after compile commands extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer authored Dec 14, 2023
1 parent 2661e14 commit 02d054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install the recommended extensions. See .vscode/extensions.json.
Create a compilation database:

```sh
bazel run @hedron_compile_commands//:refresh_all && bazel build //...
bazel build //... && bazel run @hedron_compile_commands//:refresh_all && bazel build //...
```

Then configure [clangd](https://clangd.llvm.org/).
Expand Down

0 comments on commit 02d054d

Please sign in to comment.