diff --git a/src/vs/code/node/cliProcessMain.ts b/src/vs/code/node/cliProcessMain.ts index bc78b2e146483c9982d4f55caa99554ce10d1aeb..9ed28b80f05e07ca894cccd8b4cc46f68f1dba2b 100644 --- a/src/vs/code/node/cliProcessMain.ts +++ b/src/vs/code/node/cliProcessMain.ts @@ -43,7 +43,7 @@ import { areSameExtensions, getGalleryExtensionIdFromLocal } from 'vs/platform/e import Severity from 'vs/base/common/severity'; import URI from 'vs/base/common/uri'; import { IDownloadService } from 'vs/platform/download/common/download'; -import { DownloadService } from 'vs/platform/download/node/download'; +import { DownloadService } from 'vs/platform/download/node/downloadService'; const notFound = (id: string) => localize('notFound', "Extension '{0}' not found.", id); const notInstalled = (id: string) => localize('notInstalled', "Extension '{0}' is not installed.", id);