Skip to content

Commit

Permalink
debug: Log client config at the start
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Dec 6, 2024
1 parent 459cfb8 commit 5b9298b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ class ProjectMetalsLspService(
maxScalaCliServers,
) {

scribe.debug(clientConfig.toString())

private val SemanticdbExecutionContext =
ExecutionContext.fromExecutor(Executors.newFixedThreadPool(10))
import serverInputs._
Expand Down

0 comments on commit 5b9298b

Please sign in to comment.