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
unc - adopt setting and handling of allow list (#5)
* unc - adopt setting and handling of allow list
* unc - set allow list on server too
* unc - pick our patched node.js for now
* bump electron
* unc - ignore sync is not needed with machine scope
* unc - use process set directly
* 🆙 22.5.1
localize({key: 'yes',comment: ['&& denotes a mnemonic']},"&&Yes"),
1117
+
localize({key: 'no',comment: ['&& denotes a mnemonic']},"&&No"),
1118
+
localize({key: 'learnMore',comment: ['&& denotes a mnemonic']},"&&Learn More"),
1119
+
],
1120
+
message: localize('confirmOpenMessage',"The host '{0}' was not found in the list of allowed hosts. Do you want to open it anyway?",uri.authority),
1121
+
detail: localize('confirmOpenDetail',"The path '{0}' uses a host that is not allowed. Unless you trust the host, you should press 'No'",getPathLabel(uri,{os: OS,tildify: this.environmentMainService}))
1122
+
});
1123
+
1124
+
if(response===0){
1125
+
addUNCHostToAllowlist(uri.authority);
1126
+
1127
+
returnthis.doResolveFilePath(path,options,true/* do not handle UNC error again */);
'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.'),
0 commit comments