forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
940 stars 397 forks source link

fix: Remove "Warning: Ignoring extra certs from null, load failed: error:80000002:system library::No such file or directory" warning when "Salesforcedx-vscode-core: NODE_EXTRA_CA_CERTS" setting is not set #5575

Closed daphne-sfdc closed 2 months ago

daphne-sfdc commented 2 months ago

What does this PR do?

Removes the Warning: Ignoring extra certs from null, load failed: error:80000002:system library::No such file or directory warning when the Salesforcedx-vscode-core: NODE_EXTRA_CA_CERTS setting is not set.

What issues does this PR fix or reference?

[skip-validate-pr]

Functionality Before

Screenshot 2024-05-06 at 10 39 48 AM

Functionality After

Screenshot 2024-05-06 at 10 40 49 AM