Skip to content

Commit 56d0a9f

Browse files
authored
Remove WORKSPACE file in favor of bzlmod (#13)
1 parent 9e2eee1 commit 56d0a9f

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

MODULE.bazel

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ bazel_dep(name = "rules_pkg", version = "0.7.0")
1010
# For VS Code autocompletion:
1111
# https://github.com/hedronvision/bazel-compile-commands-extractor#usage
1212
#
13+
# Run bazel run @hedron_compile_commands//:refresh_all to get autocomplete
14+
# working in VS Code and other editors.
1315
# Not currently working due to https://github.com/hedronvision/bazel-compile-commands-extractor/issues/199
1416
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
1517
git_override(

WORKSPACE

-33
This file was deleted.

WORKSPACE.bzlmod

-2
This file was deleted.

0 commit comments

Comments
 (0)