mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
push ITextFileService to be a workbench service (fixes #6429)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user