We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af70a4 commit e6c84b8Copy full SHA for e6c84b8
src/session.ts
@@ -689,7 +689,8 @@ export class SessionManager implements Middleware {
689
},
690
middleware: this,
691
traceOutputChannel: new LanguageClientTraceFormatter("PowerShell: Trace LSP"),
692
- outputChannel: new LanguageClientOutputChannelAdapter("PowerShell: Editor Services"),
+ // 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"),
694
revealOutputChannelOn: RevealOutputChannelOn.Never
695
};
696
0 commit comments