From afa8407acca23b280b0a1a6e0a0fa6906a478324 Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Thu, 14 Oct 2021 17:53:00 +0200 Subject: [PATCH] Fix deprecated container config Context: https://stackoverflow.com/questions/55987337/visual-studio-code-remote-containers-change-shell#comment121528642_65972905 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 810cf6d..e60230f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ }, // Set *default* container specific settings.json values on container create. "settings": { - "terminal.integrated.shell.linux": "/bin/bash" + "terminal.integrated.defaultProfile.linux": "bash" }, // Add the IDs of extensions you want installed when the container is created. // Browse for extensions here: https://marketplace.visualstudio.com/