mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 05:04:59 +01:00
fix default profile (#152915)
- send all profiles to window and shared process - set first profile as default profile
This commit is contained in:
committed by
GitHub
parent
668c538b8d
commit
87a6ba590a
@@ -134,7 +134,7 @@ class CliMain extends Disposable {
|
||||
fileService.registerProvider(Schemas.file, diskFileSystemProvider);
|
||||
|
||||
// User Data Profiles
|
||||
const userDataProfilesService = new UserDataProfilesService(undefined, environmentService, fileService, logService);
|
||||
const userDataProfilesService = new UserDataProfilesService(environmentService, fileService, logService);
|
||||
services.set(IUserDataProfilesService, userDataProfilesService);
|
||||
|
||||
// Policy
|
||||
|
||||
Reference in New Issue
Block a user