You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the IDE with sbt launchIDE and the project sources do not compile, the IDE simply does not start.
This can be reproduced by creating a new project with sbt new lampepfl/dotty.g8, adding some code that does not compile in the main class and sbt launchIDE.