Skip to content

Commit

Permalink
Update readme.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Sep 9, 2024
1 parent a01f931 commit 1c214cb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ To begin, you just need a JVM installed, and the

== IntelliJ Setup

If you are using IntelliJ IDEA to edit Mill's Scala code, you can create the IntelliJ project files via:
If you are using IntelliJ IDEA to edit Mill's Scala code, IntelliJ's built in BSP support should
be sufficient to load the Mill project, but you need to set up the file association from
`*.mill` as Scala source files manually in the following settings:

[source,bash]
----
./mill -j 0 mill.idea.GenIdea/idea
----
* `Settings` / `Editor` / `File Types` / `Scala`, add the pattern `*.mill`

== Manual & Automated Testing

Expand Down Expand Up @@ -427,8 +426,6 @@ prefixed with `show` and no longer need a separate `graphviz`/`dot` install on M

*** Less trivial upgrades, needing to make use of `MILL_TEST_RESOURCE_FOLDER` or other explicit path references to be compatible with test sandboxing: https://github.com/com-lihaoyi/requests-scala/pull/174, https://github.com/com-lihaoyi/upickle/pull/627, https://github.com/com-lihaoyi/os-lib/pull/300

*** https://github.com/com-lihaoyi/os-lib/pull/300

[#0-11-12]
=== 0.11.12 - 2024-08-20
:version: 0.11.12
Expand Down

0 comments on commit 1c214cb

Please sign in to comment.