mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-01 05:04:59 +01:00
- Introduce policy model with file policy
- Introduce policy configuration using policy model - Use policy configuration while reading, inspecting and writing configuration - Adopt json settings editor
This commit is contained in:
@@ -129,7 +129,7 @@ class CliMain extends Disposable {
|
||||
fileService.registerProvider(Schemas.file, diskFileSystemProvider);
|
||||
|
||||
// Configuration
|
||||
const configurationService = this._register(new ConfigurationService(environmentService.settingsResource, fileService));
|
||||
const configurationService = this._register(new ConfigurationService(environmentService.settingsResource, fileService, environmentService, logService));
|
||||
services.set(IConfigurationService, configurationService);
|
||||
|
||||
// Init config
|
||||
|
||||
Reference in New Issue
Block a user