From 9c1170bd9264b042b05ba1805b5269c4910fceb4 Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Tue, 11 Aug 2020 16:50:51 +0000 Subject: [PATCH] modernize extensions Signed-off-by: Dev Singh --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index aabb68b8..bdf95e4b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,8 @@ }, "extensions": [ "mhutchie.git-graph", - "donjayamanne.jupyter", + "ms-python.python", + "waderyan.gitblame" ], - "postCreateCommand": "pip install tra-analysis" + "postCreateCommand": "apt install vim -y && pip install -r data-analysis/requirements.txt && pip install -r analysis-master/requirements.txt && pip install tra-analysis" } \ No newline at end of file