When a section-identifier is provided only that part of the configuration
is returned. Dots in the section-identifier are interpreted as child-access,
like { myExt: { setting: { doIt: true }}} and getConfiguration('myExt.setting').get('doIt') === true.
When a scope is provided configuration confined to that scope is returned. Scope can be a resource or a language identifier or both.
Get a workspace configuration object.
When a section-identifier is provided only that part of the configuration is returned. Dots in the section-identifier are interpreted as child-access, like
{ myExt: { setting: { doIt: true }}}
andgetConfiguration('myExt.setting').get('doIt') === true
.When a scope is provided configuration confined to that scope is returned. Scope can be a resource or a language identifier or both.