From ad088a11bbc4cca7b406a754071bc23032fb5ed2 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 19 Aug 2022 12:32:18 -0700 Subject: Update devcontainer.json to be spec compliant (#108) Same as https://github.com/devcontainers/feature-template/pull/2 --- .devcontainer.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.devcontainer.json') diff --git a/.devcontainer.json b/.devcontainer.json index 06cdde6..d7cd15d 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,3 +1,14 @@ { + "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18", + "customizations": { + "vscode": { + "extensions": [ + "mads-hartmann.bash-ide-vscode" + ] + } + }, + "features": { + "ghcr.io/devcontainers/features/docker-in-docker:1": {} + }, "postCreateCommand": "npm install -g @devcontainers/cli" -} \ No newline at end of file +} -- cgit v1.2.3