Implement export/import profiles

- Introduce workbench profile service
- Implement settings, global state, extension profiles
- Implement import/export profile actions
This commit is contained in:
Sandeep Somavarapu
2022-04-22 23:51:05 +05:30
parent b7774c843e
commit 5b242ed4ff
12 changed files with 506 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ import 'vs/workbench/services/extensionRecommendations/common/extensionIgnoredRe
import 'vs/workbench/services/extensionRecommendations/common/workspaceExtensionsConfig';
import 'vs/workbench/services/notification/common/notificationService';
import 'vs/workbench/services/userDataSync/common/userDataSyncUtil';
import 'vs/workbench/services/profiles/common/profileService';
import 'vs/workbench/services/remote/common/remoteExplorerService';
import 'vs/workbench/services/workingCopy/common/workingCopyService';
import 'vs/workbench/services/workingCopy/common/workingCopyFileService';
@@ -315,6 +316,9 @@ import 'vs/workbench/contrib/feedback/browser/feedback.contribution';
// User Data Sync
import 'vs/workbench/contrib/userDataSync/browser/userDataSync.contribution';
// Profiles
import 'vs/workbench/contrib/profiles/common/profiles.contribution';
// Code Actions
import 'vs/workbench/contrib/codeActions/browser/codeActions.contribution';