getValue(section: string | undefined, overrides: IConfigurationOverrides, workspace: Workspace | undefined): unknown {
const consolidateConfigurationModel = this.getConsolidatedConfigurationModel(section, overrides, workspace);
configurationModels.ts
return consolidateConfigurationModel.getValue(section);
}
updateValue(key: string, value: unknown, overrides: IConfigurationUpdateOverrides = {}): void {