aboutsummaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorLucas Burson <ljdelight@gmail.com>2016-10-16 20:29:12 -0500
committerLucas Burson <ljdelight@gmail.com>2016-10-16 20:29:12 -0500
commit16eab024a892a1fe20750284625990b9afcbaadb (patch)
tree9c2aa306f162773e97fee3370cb72bb131e94278 /sandbox
parent0fdd4e37ffca9b1da770ba348aece793c200f1ff (diff)
downloaddotty-16eab024a892a1fe20750284625990b9afcbaadb.tar.gz
dotty-16eab024a892a1fe20750284625990b9afcbaadb.tar.bz2
dotty-16eab024a892a1fe20750284625990b9afcbaadb.zip
Move 'sandbox/scalajs/hello.scala' to 'sandbox/scalajs/src/main/scala/hello.scala' to fix an ensime error. After this change, `sbt ensimeConfig` works.
The ensime error message: ``` [error] You have .scala files in the base of your project. Such "script style" projects [error] are not supported by ENSIME. Simply move them into src/main/scala to get support. [error] Please read https://github.com/ensime/ensime-server/issues/1432 ```
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/scalajs/src/main/scala/hello.scala (renamed from sandbox/scalajs/hello.scala)0
1 files changed, 0 insertions, 0 deletions
diff --git a/sandbox/scalajs/hello.scala b/sandbox/scalajs/src/main/scala/hello.scala
index bd4aa8cc5..bd4aa8cc5 100644
--- a/sandbox/scalajs/hello.scala
+++ b/sandbox/scalajs/src/main/scala/hello.scala