Update .devcontainer/devcontainer.json

This commit is contained in:
2025-01-30 17:31:04 +01:00
parent bc8f30e924
commit 71e3adf351

View File

@@ -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": {