Skip to content

Commit 5860847

Browse files
authored
unc - update settings description (microsoft#182263)
1 parent 0b7932a commit 5860847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/workbench.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
699699
'type': 'string'
700700
},
701701
'default': [],
702-
'markdownDescription': localize('security.allowedUNCHosts', 'A set of UNC host names to allow without user confirmation. If a UNC host is being accessed that is not allowed via this setting or has not been acknowledged via user confirmation, an error will occur and the operation stopped. A restart is required when changing this setting. Find out more about this setting at https://aka.ms/vscode-windows-unc.'),
702+
'markdownDescription': localize('security.allowedUNCHosts', 'A set of UNC host names (without leading or trailing backslash, for example `192.168.0.1` or `my-server`) to allow without user confirmation. If a UNC host is being accessed that is not allowed via this setting or has not been acknowledged via user confirmation, an error will occur and the operation stopped. A restart is required when changing this setting. Find out more about this setting at https://aka.ms/vscode-windows-unc.'),
703703
'included': isWeb ? true /* web maybe connected to a windows machine */ : isWindows,
704704
'scope': ConfigurationScope.MACHINE
705705
}

0 commit comments

Comments
 (0)