mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Adopt ext host to use configuration tree data
This commit is contained in:
@@ -26,7 +26,7 @@ export class MainThreadConfiguration extends MainThreadConfigurationShape {
|
||||
const proxy = threadService.get(ExtHostContext.ExtHostConfiguration);
|
||||
|
||||
this._toDispose = configurationService.onDidUpdateConfiguration(() => {
|
||||
proxy.$acceptConfigurationChanged(configurationService.values());
|
||||
proxy.$acceptConfigurationChanged(configurationService.getConfigurationData());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user