File tree Expand file tree Collapse file tree 2 files changed +0
-374
lines changed Expand file tree Collapse file tree 2 files changed +0
-374
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { Registry } from "vs/platform/registry/common/platform";
10
10
import { PersistentConnectionEventType } from "vs/platform/remote/common/remoteAgentConnection" ;
11
11
import { ITelemetryService } from "vs/platform/telemetry/common/telemetry" ;
12
12
import { coderApi , vscodeApi } from "vs/server/src/browser/api" ;
13
- import { IUploadService , UploadService } from "vs/server/src/browser/upload" ;
14
13
import { INodeProxyService , NodeProxyChannelClient } from "vs/server/src/common/nodeProxy" ;
15
14
import { TelemetryChannelClient } from "vs/server/src/common/telemetry" ;
16
15
import { split } from "vs/server/src/common/util" ;
@@ -71,7 +70,6 @@ class NodeProxyService extends NodeProxyChannelClient implements INodeProxyServi
71
70
registerSingleton ( ILocalizationsService , LocalizationsService ) ;
72
71
registerSingleton ( INodeProxyService , NodeProxyService ) ;
73
72
registerSingleton ( ITelemetryService , TelemetryService ) ;
74
- registerSingleton ( IUploadService , UploadService , true ) ;
75
73
76
74
/**
77
75
* This is called by vs/workbench/browser/web.main.ts after the workbench has
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments