This commit is contained in:
Benjamin Pasero 2021-08-17 10:12:09 +02:00
parent fd688fb33e
commit d2850a427c
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -191,7 +191,7 @@ export class FileDialogService extends AbstractFileDialogService implements IFil
);
if (res.choice === 0) {
this.openerService.open('https://go.microsoft.com/fwlink/?linkid=2151362');
this.openerService.open('https://aka.ms/VSCodeWebLocalFileSystemAccess');
}
return undefined;