Skip to content

Commit c8b73f4

Browse files
author
Kumar Harsh
committed
fix(ux): stop focussing output panel when clicking statusbar item
1 parent 60575d4 commit c8b73f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function activate(context: ExtensionContext) {
103103
// client can be deactivated on extension deactivation
104104
context.subscriptions.push(
105105
client.start(),
106-
commands.registerCommand('graphqlForVSCode.showOutputChannel', () => { client.outputChannel.show(); }),
106+
commands.registerCommand('graphqlForVSCode.showOutputChannel', () => { client.outputChannel.show(true); }),
107107
statusBarItem,
108108
);
109109

0 commit comments

Comments
 (0)