提交 8eb36b9c 编写于 作者: S Sandeep Somavarapu

fix compilation

上级 7b926ed9
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册