Skip to content

Commit

Permalink
build: Add a comment for refreshing the clangd config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Apr 14, 2024
1 parent e88bfd3 commit 449c880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ bazel_dep(
version = "6.4.0",
dev_dependency = True,
)

# To rebuild `compile_commands.json` for clangd:
# bazel run @hedron_compile_commands//:refresh_all
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
module_name = "hedron_compile_commands",
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 449c880

Please sign in to comment.