Unable to find sbt shell Follow
Facing some issue with build of my sbt project (containing submodules) I deleted (rm -rf) the project and .idea directories and performed Invalidate Caches / Restart...
Ever since IDEA has relaunched, I can't locate the sbt shell. However I can still see the sbt shell when I open my other sbt projects in IDEA.
Versions of my IntelliJ IDEA components are:
- IntelliJ IDEA 2017.3.2 (Community Edition)
Build #IC-173.4127.27, December 25, 2017 - JRE: 1.8.0_152-release-1024-b8 x86_64
- JVM: OpenJDK 64-bit ServerVM by JetBrains s.r.o.
Versions of my project are:
- Scala 2.11.11
- SBT 1.0.3
I'm running MacOS High Sierra v10.13.1
Here's the link to my question regarding the issue
Please sign in to leave a comment.
As told by @Vojtech on StackOverflow, I was able to bring back the SBT shell by Window > Restore Default Layout
Oddly enough, after doing this, the SBT shell option reappeared in View > Tool Windows menu as well