Skip to content

Commit 5b57a63

Browse files
JustinGroteandyleejordan
authored andcommitted
Merge client and server editorservices logs
1 parent 15838c6 commit 5b57a63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/session.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,8 @@ export class SessionManager implements Middleware {
689689
},
690690
middleware: this,
691691
traceOutputChannel: new LanguageClientTraceFormatter("PowerShell: Trace LSP"),
692-
outputChannel: new LanguageClientOutputChannelAdapter("PowerShell: Editor Services"),
692+
// This is named the same as the Client log to merge the logs, but will be handled and disposed separately.
693+
outputChannel: new LanguageClientOutputChannelAdapter("PowerShell"),
693694
revealOutputChannelOn: RevealOutputChannelOn.Never
694695
};
695696

0 commit comments

Comments
 (0)