When I try to install an extension I get this error:
unable to verify the first certificate
I already know that the problem is our internal network structure, which wraps every SSL Certificate with our own and not every application trusts our certificate.
Is it possible to set the property Trust all SSL certificates in Visual Studio Code?
Thanks