mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Implement export/import profiles
- Introduce workbench profile service - Implement settings, global state, extension profiles - Implement import/export profile actions
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user