working copy - expose file IO operations for participation (#84672)

This commit is contained in:
Benjamin Pasero
2020-02-18 10:12:35 +01:00
parent fe6e7b513c
commit b6e4587e3a
14 changed files with 616 additions and 286 deletions

View File

@@ -83,6 +83,7 @@ import 'vs/workbench/services/userDataSync/common/userDataSyncUtil';
import 'vs/workbench/services/path/common/remotePathService';
import 'vs/workbench/services/remote/common/remoteExplorerService';
import 'vs/workbench/services/workingCopy/common/workingCopyService';
import 'vs/workbench/services/workingCopy/common/workingCopyFileService';
import 'vs/workbench/services/filesConfiguration/common/filesConfigurationService';
import 'vs/workbench/services/views/browser/viewDescriptorService';