Skip to content

Commit

Permalink
bugfix: Log message by default
Browse files Browse the repository at this point in the history
Turns out it was actually set in a totally different place, which I haven't realized.
  • Loading branch information
tgodzik committed Dec 19, 2024
1 parent a4a6122 commit e5d8117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ object StatusBarConfig {
)
def bspDefault =
new StatusBarConfig(
System.getProperty("metals.bsp-status-bar", "show-message")
System.getProperty("metals.bsp-status-bar", "log-message")
)
}

0 comments on commit e5d8117

Please sign in to comment.