We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1ae6f commit 210a010Copy full SHA for 210a010
dsc_lib/src/discovery/command_discovery.rs
@@ -34,7 +34,7 @@ pub struct CommandDiscovery {
34
35
#[derive(Deserialize)]
36
pub struct ResourcePathSetting {
37
- /// whether to allow overriding with the DSC_RESOURCE_PATH environment variable
+ /// whether to allow overriding with the `DSC_RESOURCE_PATH` environment variable
38
#[serde(rename = "allowEnvOverride")]
39
allow_env_override: bool,
40
/// whether to append the PATH environment variable to the list of resource directories
0 commit comments