mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Support profiles in remote (#174392)
* Implement profiles on server - Ability to create profiles on server - Client manages the profiles on profile - Enable profiles in web + remote * fix tests
This commit is contained in:
committed by
GitHub
parent
a51a30b0c4
commit
770fdee6a9
@@ -86,7 +86,9 @@ import 'vs/workbench/services/notification/common/notificationService';
|
||||
import 'vs/workbench/services/userDataSync/common/userDataSyncUtil';
|
||||
import 'vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService';
|
||||
import 'vs/workbench/services/userDataProfile/browser/userDataProfileManagement';
|
||||
import 'vs/workbench/services/userDataProfile/common/remoteUserDataProfiles';
|
||||
import 'vs/workbench/services/remote/common/remoteExplorerService';
|
||||
import 'vs/workbench/services/remote/common/remoteExtensionsScanner';
|
||||
import 'vs/workbench/services/workingCopy/common/workingCopyService';
|
||||
import 'vs/workbench/services/workingCopy/common/workingCopyFileService';
|
||||
import 'vs/workbench/services/workingCopy/common/workingCopyEditorService';
|
||||
|
||||
Reference in New Issue
Block a user