Skip to content

Commit 8aca112

Browse files
committed
chore: add the cpuprofile
1 parent aafc2db commit 8aca112

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
@@ -484,7 +484,7 @@ private class AmazonQServerInstance(private val project: Project, private val cs
484484
.withParameters(
485485
"--cpu-prof",
486486
"--cpu-prof-dir=$profileDir",
487-
"--cpu-prof-name=$profilePath",
487+
"--cpu-prof-name=$profilePath.cpuprofile",
488488
// "--cpu-prof-name=node-profile-$processId.cpuprofile",
489489
LspSettings.getInstance().getArtifactPath() ?: artifact.resolve("aws-lsp-codewhisperer.js").toString(),
490490
"--stdio",

0 commit comments

Comments
 (0)