mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
simplify all tests that deal with textFileServices
This commit is contained in:
@@ -21,7 +21,7 @@ export class BinaryEditorModel extends EditorModel {
|
||||
constructor(
|
||||
resource: URI,
|
||||
name: string,
|
||||
@IFileService protected fileService: IFileService
|
||||
@IFileService private fileService: IFileService
|
||||
) {
|
||||
super();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user