Skip to content

Commit b4616a1

Browse files
committed
Focus "NativeScript extension" channel
1 parent 35f93e5 commit b4616a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export function activate(context: vscode.ExtensionContext) {
100100

101101
context.subscriptions.push(vscode.debug.onDidReceiveDebugSessionCustomEvent((event) => {
102102
if (event.event === extProtocol.BEFORE_DEBUG_START) {
103+
channel.show();
103104
beforeBuildDisposables.forEach((disposable) => disposable.dispose());
104105
}
105106

0 commit comments

Comments
 (0)