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

@@ -15,7 +15,7 @@ import { TextEdit } from 'vs/workbench/api/node/extHostTypes';
import { fromRange, TextDocumentSaveReason } from 'vs/workbench/api/node/extHostTypeConverters';
import { IResourceEdit } from 'vs/editor/common/services/bulkEdit';
import { ExtHostDocuments } from 'vs/workbench/api/node/extHostDocuments';
import { SaveReason } from 'vs/workbench/parts/files/common/files';
import { SaveReason } from 'vs/workbench/services/textfile/common/textfiles';
declare class WeakMap<K, V> {
// delete(key: K): boolean;