Skip to content

Commit 8b27cd7

Browse files
author
Akos Kitta
committed
switch to the corresponding channel on message.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 230bacf commit 8b27cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-ide-extension/src/browser/tool-output/client-service-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export class ToolOutputServiceClientImpl implements ToolOutputServiceClient {
1515
onNewOutput(tool: string, chunk: string): void {
1616
this.outputContribution.openView().then(() => {
1717
const channel = this.outputChannelManager.getChannel(`Arduino: ${tool}`);
18+
channel.show();
1819
channel.append(chunk);
1920
});
2021
}

0 commit comments

Comments
 (0)