aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 42f4961..fea9b7f 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
-// https://github.com/microsoft/vscode-dev-containers/tree/v0.194.0/containers/javascript-node-mongo
+// https://github.com/microsoft/vscode-dev-containers/tree/v0.234.0/containers/javascript-node-mongo
{
"name": "AO Coverage",
"dockerComposeFile": "docker-compose.yml",
@@ -15,7 +15,10 @@
"esbenp.prettier-vscode",
"arcanis.vscode-zipfs"
],
- "forwardPorts": [3000, 27017],
+ "features": {
+ "docker-from-docker": "latest",
+ "kubectl-helm-minikube": "latest"
+ },
"postCreateCommand": "yarn install",
"remoteUser": "node"
} \ No newline at end of file