From 7a6425544cd952af3a24e24ead030ae2a41feb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Tue, 11 May 2021 08:06:16 +0000 Subject: [PATCH] Remove file syntax deprecation --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 974bced7b..ce4845faf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ // Set *default* container specific settings.json values on container create. "settings": { - "terminal.integrated.shell.linux": "/bin/zsh", + "terminal.integrated.defaultProfile.linux": "/bin/zsh", }, // Add the IDs of extensions you want installed when the container is created.