Skip to content

Commit

Permalink
Fix spelling in description of security.restrictUNCAccess setting (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed May 19, 2023
1 parent 2d416df commit b930d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/browser/workbench.contribution.ts
Expand Up @@ -708,7 +708,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'security.restrictUNCAccess': {
'type': 'boolean',
'default': true,
'markdownDescription': localize('security.restrictUNCAccess', 'If enabled, only allowes access to UNC host names that are allowed by the `#security.allowedUNCHosts#` setting or after user confirmation. Find out more about this setting at https://aka.ms/vscode-windows-unc.'),
'markdownDescription': localize('security.restrictUNCAccess', 'If enabled, only allows access to UNC host names that are allowed by the `#security.allowedUNCHosts#` setting or after user confirmation. Find out more about this setting at https://aka.ms/vscode-windows-unc.'),
'included': isWeb ? true /* web maybe connected to a windows machine */ : isWindows,
'scope': ConfigurationScope.MACHINE
}
Expand Down

0 comments on commit b930d45

Please sign in to comment.