diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 382b83b..3d96388 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, "containerEnv": { - "NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/sophos.crt:/usr/local/share/ca-certificates/mitutoyo.crt" + "NODE_EXTRA_CA_CERTS": "/usr/local/share/ca-certificates/custom-ca.pem" }, // Configure tool-specific properties. "customizations": {