working copy - first cut of a backup restorer that works on new working copy editor service (#117873)

This commit is contained in:
Benjamin Pasero
2021-04-23 14:50:32 +02:00
parent 6a16dcf586
commit a14e4d060a
11 changed files with 284 additions and 18 deletions

View File

@@ -86,6 +86,7 @@ import 'vs/workbench/services/userDataSync/common/userDataSyncUtil';
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/workingCopy/common/workingCopyEditorService';
import 'vs/workbench/services/filesConfiguration/common/filesConfigurationService';
import 'vs/workbench/services/views/browser/viewDescriptorService';
import 'vs/workbench/services/quickinput/browser/quickInputService';