Skip to content

Commit 913295b

Browse files
committed
clean up
1 parent 57779bf commit 913295b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,14 +680,14 @@ class CodeWhispererService(private val cs: CoroutineScope) : Disposable {
680680
val workspaceRootPath = Paths.get(URI(workspaceInfo.workspaceRoot)).toString()
681681
if (psiFile.virtualFile.path.startsWith(workspaceRootPath)) {
682682
workspaceId = workspaceInfo.workspaceId
683+
LOG.info("Found workspaceId from LSP '$workspaceId'")
683684
break
684685
}
685686

686687
}
687688
} catch (e: Exception) {
688689
LOG.warn("Cannot get workspaceId from LSP'$e'")
689690
}
690-
LOG.info("Found workspaceId from LSP '$workspaceId'")
691691
return RequestContext(project, editor, triggerTypeInfo, caretPosition,
692692
fileContext, supplementalContext, connection, latencyContext, customizationArn, workspaceId)
693693
}

0 commit comments

Comments
 (0)