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.
The text was updated successfully, but these errors were encountered:
This is intentional, the IDE won't work right if up-to-date classfiles are not present. The alternative is loading all source files with out-of-date or non-existent classfiles in the IDE, but this requires communication with the build tool, which is hard to do until sbt gets a working server mode.
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 andsbt launchIDE
.The text was updated successfully, but these errors were encountered: