Improve IntelliJ + Bazel setup instructions (#8149)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Martin Huschenbett 2020-12-03 14:04:31 +01:00 committed by GitHub
parent 331b9c8401
commit 00db6224f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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