mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 09:23:00 +01:00
chore: refresh integration patch
This commit is contained in:
parent
568f0ac681
commit
134ab92386
1 changed files with 1 additions and 1 deletions
|
|
@ -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 { ITelemetryService } from 'vs/platform/telemetry/common/telemetry';
|
||||||
import { IProgressService } from 'vs/platform/progress/common/progress';
|
import { IProgressService } from 'vs/platform/progress/common/progress';
|
||||||
import { DelayedLogChannel } from 'vs/workbench/services/output/common/delayedLogChannel';
|
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
|
// Startup
|
||||||
const instantiationService = workbench.startup();
|
const instantiationService = workbench.startup();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue