RenameController depends on UNKNOWN service fileService (fixes #18002)

This commit is contained in:
Benjamin Pasero
2017-01-03 07:45:35 +01:00
parent 81e35f4732
commit 33e799b85e
4 changed files with 23 additions and 19 deletions

View File

@@ -99,7 +99,7 @@ export class MainThreadWorkspace extends MainThreadWorkspaceShape {
}
}
return bulkEdit(this._fileService, this._textModelResolverService, codeEditor, edits)
return bulkEdit(this._textModelResolverService, codeEditor, edits, this._fileService)
.then(() => true);
}
}