From e2126231647a0bd6e3fc2b1b62bb0a90a36b1680 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 1 Jul 2021 02:25:46 +0000 Subject: [PATCH] Remove deprecated terminal setting --- .devcontainer/Dockerfile | 2 +- .devcontainer/devcontainer.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index da0896d..9bd6064 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.163.1/containers/javascript-node/.devcontainer/base.Dockerfile +# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/javascript-node/.devcontainer/base.Dockerfile # [Choice] Node.js version: 14, 12, 10 ARG VARIANT="14-buster" diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e5569db..d9ad59a 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.163.1/containers/javascript-node +// https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/javascript-node { "name": "Node.js", "build": { @@ -9,9 +9,7 @@ }, // Set *default* container specific settings.json values on container create. - "settings": { - "terminal.integrated.shell.linux": "/bin/bash" - }, + "settings": {}, // Add the IDs of extensions you want installed when the container is created. "extensions": [