Skip to content

Commit

Permalink
Add note about "Switch Build Server" in Metals. (com-lihaoyi#1594)
Browse files Browse the repository at this point in the history
Pull request: com-lihaoyi#1594
  • Loading branch information
ckipp01 authored and pbuszka committed Dec 26, 2021
1 parent ff11f24 commit c7d9aec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/antora/modules/ROOT/pages/Intro_to_Mill.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,12 @@ You can fine control some BSP server options by specifying command options:

[NOTE]
--
When using Metals by default Bloop will be used as your build server unless you
explicitly choose Mill. When in a Mill workspace use the "Switch Build Server"
command from Metals which will allow you to switch to using Mill as your build
server. If no `.bsp/mill-bsp.json` file exists Metals will automatically create
it for you and then connect to Mill.

If you want to use Metals, you may also want to enable SemanticDB support. Without it, some functionality like find references may not work.

We still work on a better and automatic SemanticDB support.
Expand Down

0 comments on commit c7d9aec

Please sign in to comment.