mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Refactor Configuration Service
- API to get a value given a key - API to update value smartly - Fine grained configuration change event - Smart reload API - Remove unnecessary APIs
This commit is contained in:
@@ -29,7 +29,7 @@ export class MainThreadConfiguration implements MainThreadConfigurationShape {
|
||||
const proxy = extHostContext.get(ExtHostContext.ExtHostConfiguration);
|
||||
|
||||
this._configurationListener = configurationService.onDidUpdateConfiguration(() => {
|
||||
proxy.$acceptConfigurationChanged(configurationService.getConfigurationData());
|
||||
proxy.$acceptConfigurationChanged(configurationService.getConfiguration());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user