Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 526adfe

Browse files
committed
Add a sentence about re-generating .ensime.
1 parent 92c7ed3 commit 526adfe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scala/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ If you can't contribute your time but would like to donate, please [donate to th
1414

1515
# Setting up
1616

17-
This extension is based on [Ensime](http://ensime.org), so you need to create an Ensime configuration file before you can use it. This file lists source directories, classpath entries and compiler arguments. If you have an Sbt project just add the [sbt-ensime](http://ensime.org/build_tools/sbt/) plugin and follow the guide (other build tools are [supported](http://ensime.org/build_tools/)). Then just run `sbt ensimeConfig` and voilà!
17+
This extension is based on [Ensime](http://ensime.org), so you need to create an Ensime configuration file before you can use it. This file lists source directories, classpath entries and compiler arguments. If you have an Sbt project simply add the [sbt-ensime](http://ensime.org/build_tools/sbt/) plugin and follow the guide (other build tools are [supported](http://ensime.org/build_tools/)). Then just run `sbt ensimeConfig` and voilà! You're all set up.
1818

19-
(If you already started Code, it should detect that a new `.ensime` file was created and pick up the project).
19+
>Remember to regenerate this file everytime you change your build (adding/removing dependencies, compiler arguments, etc.).
20+
21+
If you already started Code, it should detect that a new `.ensime` file was created and pick up the project.
2022

2123
# Setting the JDK
2224

0 commit comments

Comments
 (0)