push ITextFileService to be a workbench service (fixes #6429)

This commit is contained in:
Benjamin Pasero
2016-10-05 15:19:18 +02:00
parent 2507cc202e
commit 96f11177eb
39 changed files with 396 additions and 381 deletions

View File

@@ -14,7 +14,7 @@ import URI from 'vs/base/common/uri';
import {IDisposable, dispose} from 'vs/base/common/lifecycle';
import {IEventService} from 'vs/platform/event/common/event';
import {IWorkbenchEditorService} from 'vs/workbench/services/editor/common/editorService';
import {TextFileModelChangeEvent, ITextFileService} from 'vs/workbench/parts/files/common/files';
import {TextFileModelChangeEvent, ITextFileService} from 'vs/workbench/services/textfile/common/textfiles';
import {TPromise} from 'vs/base/common/winjs.base';
import {IFileService} from 'vs/platform/files/common/files';
import {IModeService} from 'vs/editor/common/services/modeService';