mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-08 21:34:22 +03:00
Improve IntelliJ + Bazel setup instructions (#8149)
CHANGELOG_BEGIN CHANGELOG_END
This commit is contained in:
parent
331b9c8401
commit
00db6224f5
11
BAZEL.md
11
BAZEL.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user