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 8f1e302 commit 55577b5Copy full SHA for 55577b5
src/platform/logging/index.ts
@@ -64,7 +64,6 @@ export function initializeLoggers(options: {
64
})
65
);
66
const standardOutputChannel = window.createOutputChannel(OutputChannelNames.jupyter, 'log');
67
- standardOutputChannel.show(true); // Show by default without stealing focus
68
registerLogger(new OutputChannelLogger(standardOutputChannel, options?.homePathRegEx, options?.userNameRegEx));
69
70
if (options.addConsoleLogger) {
0 commit comments