Skip to content

Commit 9571433

Browse files
committed
remove debugging options
1 parent a2be786 commit 9571433

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp

1 file changed

+1
-1
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class AmazonQLspService(private val project: Project, private val cs: CoroutineS
191191

192192
// Check if the launcher's Future (startListening) is done
193193
// If it's done, that means the connection has been terminated
194-
if (currentInstance.launcherFuture.isDone || true) {
194+
if (currentInstance.launcherFuture.isDone) {
195195
LOG.debug { "LSP server connection terminated, checking restart limits" }
196196
waitForRestartSlot()
197197
LOG.debug { "Restarting LSP server" }

0 commit comments

Comments
 (0)