Skip to content

Commit

Permalink
use single message
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 29, 2024
1 parent 9f5f8ae commit ea07e30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,9 @@ object LanguageServer {
.map(_.toUri)

Feedback[F]
.showInfoMessage(s"Hello from Smithy Playground v${BuildInfo.version}") *>
Feedback[F].showInfoMessage("Loading project...") *>
.showInfoMessage(
s"Hello from Smithy Playground v${BuildInfo.version}! Loading project..."
) *>
ServerLoader[F]
.prepare(wsf.some)
.flatMap { prepped =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,8 @@ trait LanguageServerIntegrationTests {
TestClient
.MessageLog(
MessageType.Info,
s"Hello from Smithy Playground v${BuildInfo.version}",
s"Hello from Smithy Playground v${BuildInfo.version}! Loading project...",
),
TestClient.MessageLog(
MessageType.Info,
"Loading project...",
),
TestClient.MessageLog(
MessageType.Info,
"Loaded Smithy Playground server with 2 source entries, 0 imports, 2 dependencies and 0 plugins",
Expand Down

0 comments on commit ea07e30

Please sign in to comment.