Skip to content

Commit

Permalink
Improve IntelliJ + Bazel setup instructions (digital-asset#8149)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
hurryabit authored Dec 3, 2020
1 parent 331b9c8 commit 00db622
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions BAZEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,17 @@ for details.

[rerun_failed_tests_issue]: https://github.com/bazelbuild/intellij/issues/446

### Troubleshooting

#### 'tools.dade-exec-nix-tool' not found

If you get the error
```
error: attribute 'dade-exec-nix-tool' in selection path 'tools.dade-exec-nix-tool' not found
```
in the bazel console during project import, try starting IntelliJ from the root
of the `daml` repository by calling `idea .`.

## Bazel Command Reference

The following sections briefly list Bazel commands for the most common
Expand Down

0 comments on commit 00db622

Please sign in to comment.