From 0abfc60fe9392c782b9c28d71392e1616acf90ee Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sat, 20 Jul 2024 05:07:59 +0000 Subject: [PATCH] Improved dev container experience. --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bb9d192..122c0f0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -24,6 +24,8 @@ ] } } - } + }, + + "postCreateCommand": "bash -i -c 'conda init'" } \ No newline at end of file