Skip to content

Commit

Permalink
Update debug panel to not reveal, only open
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Jo <[email protected]>
  • Loading branch information
Vincent Jo authored and vince-fugnitto committed Jul 22, 2020
1 parent a833e50 commit 9a61b77
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@ export class DebugFrontendApplicationContribution extends AbstractViewContributi
if (internalConsoleOptions === 'openOnSessionStart' ||
(internalConsoleOptions === 'openOnFirstSessionStart' && this.firstSessionStart)) {
this.console.openView({
reveal: true
reveal: true,
activate: false,
});
}
if (!noDebug && (openDebug === 'openOnSessionStart' || (openDebug === 'openOnFirstSessionStart' && this.firstSessionStart))) {
Expand Down

0 comments on commit 9a61b77

Please sign in to comment.