Skip to content

Commit dcf9c4e

Browse files
committed
remove debug options
1 parent 5827496 commit dcf9c4e

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ private class AmazonQServerInstance(private val project: Project, private val cs
270270
val node = if (SystemInfo.isWindows) "node.exe" else "node"
271271
val cmd = GeneralCommandLine(
272272
artifact.resolve(node).toString(),
273-
"--inspect-brk=5050",
274-
"--nolazy",
275273
LspSettings.getInstance().getArtifactPath() ?: artifact.resolve("aws-lsp-codewhisperer.js").toString(),
276274
"--stdio",
277275
"--set-credentials-encryption-key",

0 commit comments

Comments
 (0)