From 71e3adf35163a99e95ed8b24bba68271e608b9e6 Mon Sep 17 00:00:00 2001 From: Dieter Blocher Date: Thu, 30 Jan 2025 17:31:04 +0100 Subject: [PATCH] Update .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {