diff --git a/packages/debug/src/browser/debug-frontend-application-contribution.ts b/packages/debug/src/browser/debug-frontend-application-contribution.ts index e8700528d7a7c..b84e8f9180163 100644 --- a/packages/debug/src/browser/debug-frontend-application-contribution.ts +++ b/packages/debug/src/browser/debug-frontend-application-contribution.ts @@ -368,12 +368,7 @@ export class DebugFrontendApplicationContribution extends AbstractViewContributi } async initializeLayout(): Promise { - ((async () => { - const supported = await this.configurations.supported; - if (supported.next().value) { - await this.openView(); - } - })()); + await this.openView(); } protected firstSessionStart = true;