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 60575d4 commit c8b73f4Copy full SHA for c8b73f4
src/client/extension.ts
@@ -103,7 +103,7 @@ export function activate(context: ExtensionContext) {
103
// client can be deactivated on extension deactivation
104
context.subscriptions.push(
105
client.start(),
106
- commands.registerCommand('graphqlForVSCode.showOutputChannel', () => { client.outputChannel.show(); }),
+ commands.registerCommand('graphqlForVSCode.showOutputChannel', () => { client.outputChannel.show(true); }),
107
statusBarItem,
108
);
109
0 commit comments