mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
introduce early version of working copy service
Adopt it for untitled and text file models. Use it for indicating dirty count in explorer and document edited on macOS.
This commit is contained in:
@@ -82,6 +82,7 @@ import 'vs/workbench/services/extensions/common/staticExtensions';
|
||||
import 'vs/workbench/services/userDataSync/common/settingsMergeService';
|
||||
import 'vs/workbench/services/path/common/remotePathService';
|
||||
import 'vs/workbench/services/remote/common/remoteExplorerService';
|
||||
import 'vs/workbench/services/workingCopy/common/workingCopyService';
|
||||
|
||||
import { registerSingleton } from 'vs/platform/instantiation/common/extensions';
|
||||
import { ExtensionGalleryService } from 'vs/platform/extensionManagement/common/extensionGalleryService';
|
||||
|
||||
Reference in New Issue
Block a user