Skip to content

Commit

Permalink
improvement: Change default StatusBarState to LogMEssage
Browse files Browse the repository at this point in the history
Otherwise, user might be sent the same message many times.
  • Loading branch information
tgodzik committed Nov 21, 2024
1 parent 29c783a commit b65db05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ final class ClientConfiguration(
extract(
initializationOptions.bspStatusBarState,
StatusBarState.fromString(initialConfig.bspStatusBar.value),
StatusBarState.ShowMessage,
StatusBarState.LogMessage,
)

def globSyntax(): GlobSyntaxConfig =
Expand Down

0 comments on commit b65db05

Please sign in to comment.