You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLspService.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -372,8 +372,8 @@ private class AmazonQServerInstance(private val project: Project, private val cs
372
372
}
373
373
374
374
val node =if (SystemInfo.isWindows) "node.exe"else"node"
375
-
val cmd =GeneralCommandLine(
376
-
artifact.resolve(node).toString(),
375
+
val cmd =NodeExePatcher.patch(artifact.resolve(node))
0 commit comments