mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
- Save settings profile
- Switch settings profile - Remove settings profile - Status bar entry
This commit is contained in:
@@ -110,7 +110,7 @@ export async function setupServerServices(connectionToken: ServerConnectionToken
|
||||
fileService.registerProvider(Schemas.file, disposables.add(new DiskFileSystemProvider(logService)));
|
||||
|
||||
// Configuration
|
||||
const userDataProfilesService = new UserDataProfilesService(undefined, environmentService, logService);
|
||||
const userDataProfilesService = new UserDataProfilesService(undefined, undefined, environmentService, fileService, logService);
|
||||
const configurationService = new ConfigurationService(userDataProfilesService, fileService);
|
||||
services.set(IConfigurationService, configurationService);
|
||||
configurationService.initialize(environmentService.machineSettingsResource);
|
||||
|
||||
Reference in New Issue
Block a user