Skip to content

Commit d7ae6cd

Browse files
authored
Update AmazonQLspService.kt
1 parent 1fa290a commit d7ae6cd

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
@@ -717,7 +717,7 @@ private class AmazonQServerInstance(private val project: Project, private val cs
717717
override fun dispose() {
718718
if (!launcherFuture.isDone) {
719719
try {
720-
// can deadlock waiting for frozen flare process
720+
// otherwise can deadlock waiting for frozen flare process
721721
cs.launch {
722722
languageServer.apply {
723723
withTimeout(2000) {

0 commit comments

Comments
 (0)