type ConfigurationOverridesDTO = ConfigurationOverridesDTO;Aliased Type§
struct ConfigurationOverridesDTO {
pub Resource: Option<Value>,
pub OverrideIdentifier: Option<String>,
}Fields§
§Resource: Option<Value>The resource URI to which the configuration should be scoped.
This is used to resolve resource-specific and folder-specific settings.
The value is a serialized UriComponents DTO.
OverrideIdentifier: Option<String>The language identifier for language-specific overrides.
This is used to resolve [language] blocks in settings.json.