mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 20:55:34 +01:00
Split IUserDataProfilesService (#152385)
* - extract IUserDataProfileService from IUserDataProfilesService - Adopt it * 💄 Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
This commit is contained in:
committed by
GitHub
parent
761f8b21df
commit
3d4a1bc11e
@@ -134,7 +134,7 @@ class CliMain extends Disposable {
|
||||
fileService.registerProvider(Schemas.file, diskFileSystemProvider);
|
||||
|
||||
// User Data Profiles
|
||||
const userDataProfilesService = new UserDataProfilesService(undefined, undefined, environmentService, fileService, logService);
|
||||
const userDataProfilesService = new UserDataProfilesService(undefined, environmentService, fileService, logService);
|
||||
services.set(IUserDataProfilesService, userDataProfilesService);
|
||||
|
||||
// Policy
|
||||
|
||||
Reference in New Issue
Block a user