#50730 Move progress service 2 to workbench

This commit is contained in:
Sandeep Somavarapu
2018-06-11 15:46:26 +02:00
parent be4b47e4a2
commit 41729b45f2
14 changed files with 54 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ import { EditOperation } from 'vs/editor/common/core/editOperation';
import { extHostCustomer } from 'vs/workbench/api/electron-browser/extHostCustomers';
import { IEditorWorkerService } from 'vs/editor/common/services/editorWorkerService';
import { ICodeEditor } from 'vs/editor/browser/editorBrowser';
import { IProgressService2, ProgressLocation } from 'vs/platform/progress/common/progress';
import { IProgressService2, ProgressLocation } from 'vs/workbench/services/progress/common/progress';
import { localize } from 'vs/nls';
import { isFalsyOrEmpty } from 'vs/base/common/arrays';
import { ILogService } from 'vs/platform/log/common/log';