From d8c9a4f9eab0d0427632d0f19f47093d5b8ce51f Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 1 Jul 2021 02:26:34 +0000 Subject: [PATCH] Remove deprecated terminal setting --- .devcontainer/Dockerfile | 2 +- .devcontainer/devcontainer.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ef3e539..5dab029 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.159.0/containers/rust/.devcontainer/base.Dockerfile +# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/rust/.devcontainer/base.Dockerfile FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1 # [Optional] Uncomment this section to install additional packages. diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 98b045f..61db62b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ // For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at: -// https://github.com/microsoft/vscode-dev-containers/tree/v0.159.0/containers/rust +// https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/rust { "name": "Rust Sample", "build": { @@ -9,7 +9,6 @@ // Set *default* container specific settings.json values on container create. "settings": { - "terminal.integrated.shell.linux": "/bin/bash", "lldb.executable": "/usr/bin/lldb", // VS Code don't watch files under ./target "files.watcherExclude": {