From e7043b3ea7025c302925f3b81e2d6f1b642b0811 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 10 Jun 2022 01:07:54 +0000 Subject: Switch back to officially supported devcontainer --- .devcontainer/devcontainer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.devcontainer/devcontainer.json') 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 -- cgit