Duhemm / sbt-errors-summary

sbt plugin to show a summary of compilation messages.
MIT License
201 stars 11 forks source link

Fix #13: Don't shorten path in IntelliJ, ENSIME #43

Closed Duhemm closed 5 years ago

Duhemm commented 5 years ago

The reporter configuration will now assume shortenPaths = false when the system property idea.run is set, or the environment variable INSIDE_EMACS is set, or the system property sbt.errorssummary.full.paths is set.

Fixes #13

jvican commented 5 years ago

@Duhemm Should I add this to bloop too?