Skip to content

Commit

Permalink
remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 24, 2023
1 parent f4a01e7 commit c44dade
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/lsp/src/main/scala/playground/lsp/ServerBuilder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ object ServerBuilder {
awsEnv <-
AwsEnvironment
.default(client, AwsRegion.US_EAST_1)
// workaround for https://github.com/disneystreaming/smithy4s/issues/1075... which doesn't actually work
.timeout(1.second)
.memoize
tdm <- TextDocumentManager.instance[F].toResource
} yield new ServerBuilder[F] {
Expand Down

0 comments on commit c44dade

Please sign in to comment.