From 11ff3eb070e273db1bb30f690020c1871e0e3aff Mon Sep 17 00:00:00 2001 From: yhna Date: Sun, 13 Oct 2024 00:55:54 +0900 Subject: [PATCH] Minor --- .devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6c79e2bcfb..4bd322f90e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,8 +23,5 @@ // "--gpus", "all", // Enable the docker container to access system resources "--ipc", "host" - ], - "settings": { - "terminal.integrated.shell.linux": "/bin/bash" - } + ] }