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 35f93e5 commit b4616a1Copy full SHA for b4616a1
src/main.ts
@@ -100,6 +100,7 @@ export function activate(context: vscode.ExtensionContext) {
100
101
context.subscriptions.push(vscode.debug.onDidReceiveDebugSessionCustomEvent((event) => {
102
if (event.event === extProtocol.BEFORE_DEBUG_START) {
103
+ channel.show();
104
beforeBuildDisposables.forEach((disposable) => disposable.dispose());
105
}
106
0 commit comments