Skip to content

Commit d83a405

Browse files
committed
remove unused import
1 parent 9bb3719 commit d83a405

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ private class AmazonQServerInstance(private val project: Project, private val cs
374374
val node = if (SystemInfo.isWindows) "node.exe" else "node"
375375
val cmd = NodeExePatcher.patch(artifact.resolve(node))
376376
.withParameters(
377+
"--inspect-brk=8057",
378+
"--nolazy",
377379
LspSettings.getInstance().getArtifactPath() ?: artifact.resolve("aws-lsp-codewhisperer.js").toString(),
378380
"--stdio",
379381
"--set-credentials-encryption-key",

0 commit comments

Comments
 (0)