mirror of https://github.com/sbt/sbt.git
In the situation where sbt was started in server mode and a client is running a `~` command and a project reload is triggered by a change to a build source, the console terminal looks like sbt:foo> [info] received remote command: ~compile sbt:foo> [info] welcome to sbt 1.4.0-SNAPSHOT (Azul Systems, Inc. Java 1.8.0_252) sbt:foo> [info] loading global plugins from ~/.sbt/1.0/plugins sbt:foo> [info] loading settings for project foo-build from metals.sbt ... sbt:foo> [info] loading project definition from ~/foo/project sbt:foo> [info] loading settings for project root from build.sbt ... sbt:foo> [info] loading settings for project macros from build.sbt ... sbt:foo> [info] loading settings for project main from build.sbt ... sbt:foo> [info] set current project to foo (in build file:~/foo) sbt:foo> This change fixes that by unprompting all channels during project loading and reprompting them when it completes. |
||
|---|---|---|
| .. | ||
| util-collection | ||
| util-complete | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||