Skip to content

Commit 55577b5

Browse files
authored
fix(code-outputs): do not show the panel on load (#186)
1 parent 8f1e302 commit 55577b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/platform/logging/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export function initializeLoggers(options: {
6464
})
6565
);
6666
const standardOutputChannel = window.createOutputChannel(OutputChannelNames.jupyter, 'log');
67-
standardOutputChannel.show(true); // Show by default without stealing focus
6867
registerLogger(new OutputChannelLogger(standardOutputChannel, options?.homePathRegEx, options?.userNameRegEx));
6968

7069
if (options.addConsoleLogger) {

0 commit comments

Comments
 (0)