You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,6 @@ import java.nio.file.Paths
59
59
importjava.util.UUID
60
60
importjava.util.concurrent.CompletableFuture
61
61
importjava.util.concurrent.TimeUnit
62
-
importkotlin.io.path.Path
63
62
64
63
/**
65
64
* Concrete implementation of [AmazonQLanguageClient] to handle messages sent from server
@@ -375,18 +374,19 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
0 commit comments