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
@@ -483,11 +483,11 @@ private class AmazonQServerInstance(private val project: Project, private val cs
483
483
if (LspSettings.getInstance().isCpuProfilingEnabled()) {
484
484
val processId =ProcessHandle.current().pid()
485
485
val profileDir =System.getProperty("java.io.tmpdir").trimEnd('/')
486
-
val profilePath ="node-profile-$processId.cpuprofile.cpuprofile"
486
+
val profilePath ="node-profile-$processId.cpuprofile"
487
487
LOG.info { "Node.js CPU profile will be saved to: $profileDir$profilePath" }
0 commit comments