mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 21:24:50 +01:00
- Save settings profile
- Switch settings profile - Remove settings profile - Status bar entry
This commit is contained in:
@@ -131,7 +131,7 @@ class CliMain extends Disposable {
|
||||
fileService.registerProvider(Schemas.file, diskFileSystemProvider);
|
||||
|
||||
// User Data Profiles
|
||||
const userDataProfilesService = new UserDataProfilesService(undefined, environmentService, logService);
|
||||
const userDataProfilesService = new UserDataProfilesService(undefined, undefined, environmentService, fileService, logService);
|
||||
services.set(IUserDataProfilesService, userDataProfilesService);
|
||||
|
||||
// Configuration
|
||||
|
||||
Reference in New Issue
Block a user