From 134ab9238675f0c6f0626e7a388573ff631abc0f Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 3 Nov 2022 14:10:18 -0700 Subject: [PATCH] chore: refresh integration patch --- patches/integration.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/integration.diff b/patches/integration.diff index 3916af325..dc585f4ed 100644 --- a/patches/integration.diff +++ b/patches/integration.diff @@ -184,7 +184,7 @@ Index: code-server/lib/vscode/src/vs/workbench/browser/web.main.ts import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { IProgressService } from 'vs/platform/progress/common/progress'; import { DelayedLogChannel } from 'vs/workbench/services/output/common/delayedLogChannel'; -@@ -116,6 +117,9 @@ export class BrowserMain extends Disposa +@@ -117,6 +118,9 @@ export class BrowserMain extends Disposa // Startup const instantiationService = workbench.startup();