You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'patternErrorMessage': localize('security.allowedUNCHosts.patternErrorMessage','UNC host names must not contain backslashes.')
723
-
},
724
-
'default': [],
725
-
'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.'),
726
-
'included': isWeb ? true/* web maybe connected to a windows machine */ : isWindows,
727
-
'scope': ConfigurationScope.MACHINE
728
-
},
729
-
'security.restrictUNCAccess': {
730
-
'type': 'boolean',
731
-
'default': true,
732
-
'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.'),
733
-
'included': isWeb ? true/* web maybe connected to a windows machine */ : isWindows,
'patternErrorMessage': localize('security.allowedUNCHosts.patternErrorMessage','UNC host names must not contain backslashes.')
150
+
},
151
+
'default': [],
152
+
'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.'),
153
+
'scope': ConfigurationScope.MACHINE
154
+
},
155
+
'security.restrictUNCAccess': {
156
+
'type': 'boolean',
157
+
'default': true,
158
+
'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.'),
0 commit comments