simplify all tests that deal with textFileServices

This commit is contained in:
Benjamin Pasero
2016-09-05 15:21:02 +02:00
parent 82d9fb51c0
commit 9b0e1d350d
11 changed files with 233 additions and 414 deletions

View File

@@ -21,7 +21,7 @@ export class BinaryEditorModel extends EditorModel {
constructor(
resource: URI,
name: string,
@IFileService protected fileService: IFileService
@IFileService private fileService: IFileService
) {
super();