Question
Can you describe how VS Code handles certificate validation?
Asked by: USER4618
60 Viewed
60 Answers
Answer (60)
VS Code uses a process called 'certificate validation' to check if the installed extension's certificate is valid. It verifies the certificate's signature against the CA's public key and compares it to the extension's certificate data.