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
Copy file name to clipboardExpand all lines: sbt/sbt-impl/resources/messages/SbtBundle.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ sbt.settings.remoteDebug.tooltip=Starts the sbt shell as debuggable process. All
129
129
use.separate.compiler.output.paths=Use separate compiler output paths
130
130
use.separate.compiler.output.paths.tooltip=When enabled, IDEA will use a different class file output directory for compilation than the one used by sbt.<br><br>Requires a project reload.
131
131
use.separate.compiler.output.paths.warning=<html>The "Use separate compiler output paths" and "sbt shell use for builds" settings are incompatible. Having both enabled at the same time can lead to missing classes when running programs and tests. Please select only one.</html>
132
-
separate.prod.test.modules=Create separate modules for production and test sources
132
+
separate.prod.test.modules=Create separate modules for main and test sources
0 commit comments