Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aishfenton committed Nov 28, 2023
1 parent be34a02 commit 4a48fa2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,11 @@ load("@bsp4bazel-rules//:bsp4bazel_setup.bzl", "bsp4bazel_setup")
bsp4bazel_setup()
```

And finally add at least one bsp target (although you can add as many as you like) to specify a project to build. To add a bsp target place a `bsp_target` rule in the `BUILD` files, as so:

```starlark
load("@bsp4bazel-rules//:bsp_target.bzl", "bsp_target")

bsp_target(
name = "--> a unique name for the bsp target",
target = "--> the bazel target to trigger",
)
```

# TODO

- [x] Compile provider
- [x] Make Bazel setup more straight forward
- [ ] Generate SemanticDB files ([related](https://github.com/bazelbuild/rules_scala/pull/1467))
- [x] Generate SemanticDB files ([related](https://github.com/bazelbuild/rules_scala/pull/1467))
- [ ] Test provider
- [ ] Run provider
- [ ] Debug provider

0 comments on commit 4a48fa2

Please sign in to comment.