mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 16:24:45 +01:00
initialize pty host log level (#122943)
This commit is contained in:
@@ -122,6 +122,7 @@ export class PtyHostService extends Disposable implements IPtyService {
|
||||
|
||||
// Setup logging
|
||||
const logChannel = client.getChannel(TerminalIpcChannels.Log);
|
||||
LogLevelChannelClient.setLevel(logChannel, this._logService.getLevel());
|
||||
this._register(this._logService.onDidChangeLogLevel(() => {
|
||||
LogLevelChannelClient.setLevel(logChannel, this._logService.getLevel());
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user